Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › 131 D3D Colors

Smile131 D3D Colors

Posts 1–15 of 16 · Page 1 of 2
-Dimensions-
-Dimensions-
131 D3D Colors
I believe there are 131 colors, not sure.

Code:
//Color Codes
#define AliceBlue D3DCOLOR_ARGB ( 255, 240, 248, 255 )
#define AntiqueWhite D3DCOLOR_ARGB ( 255, 250, 235, 215 )
#define Aquamarine D3DCOLOR_ARGB ( 255, 127, 255, 212 )
#define Azure D3DCOLOR_ARGB ( 255, 240, 255, 255 )
#define Beige D3DCOLOR_ARGB ( 255, 245, 245, 220 )
#define Bisque D3DCOLOR_ARGB ( 255, 255, 228, 196 )
#define Black D3DCOLOR_ARGB ( 255, 0, 0, 0 )
#define BlanchedAlmond D3DCOLOR_ARGB ( 255, 255, 235, 205 )
#define Blue D3DCOLOR_ARGB ( 255, 0, 0, 255 )
#define BlueViolet D3DCOLOR_ARGB ( 255, 138, 43, 226 )
#define Brown D3DCOLOR_ARGB ( 255, 165, 42, 42 )
#define Burlywood D3DCOLOR_ARGB ( 255, 222, 184, 135 )
#define CadetBlue D3DCOLOR_ARGB ( 255, 95, 158, 160 )
#define Chartreuse D3DCOLOR_ARGB ( 255, 127, 255, 0 )
#define Chocolate D3DCOLOR_ARGB ( 255, 210, 105, 30 )
#define Coral D3DCOLOR_ARGB ( 255, 255, 127, 80 )
#define CornflowerBlue D3DCOLOR_ARGB ( 255, 100, 149, 237 )
#define Cornsilk D3DCOLOR_ARGB ( 255, 255, 248, 220 )
#define Cyan D3DCOLOR_ARGB ( 255, 0, 255, 255 )
#define DarkGoldenrod D3DCOLOR_ARGB ( 255, 184, 134, 11 )
#define DarkGreen D3DCOLOR_ARGB ( 255, 0, 100, 0 )
#define DarkKhaki D3DCOLOR_ARGB ( 255, 189 183 107 )
#define DarkOlive Green D3DCOLOR_ARGB ( 255, 85, 107, 47 )
#define DarkOrange D3DCOLOR_ARGB ( 255, 255, 140, 0 )
#define DarkOrchid D3DCOLOR_ARGB ( 255, 153, 50, 204 )
#define DarkSalmon D3DCOLOR_ARGB ( 255, 233, 150, 122 )
#define DarkSea Green D3DCOLOR_ARGB ( 255, 143, 188, 143 )
#define DarkSlateBlue D3DCOLOR_ARGB ( 255, 72, 61, 139 )
#define DarkSlateGray D3DCOLOR_ARGB ( 255, 47, 79, 79 )
#define DarkTurquoise D3DCOLOR_ARGB ( 255, 0, 206, 209 )
#define DarkViolet D3DCOLOR_ARGB ( 255, 148, 0, 211 )
#define DeepPink D3DCOLOR_ARGB ( 255, 255, 20, 147 )
#define DeepSkyBlue D3DCOLOR_ARGB ( 255, 0, 191, 255 )
#define DimGray D3DCOLOR_ARGB ( 255, 105, 105, 105 )
#define DodgerBlue D3DCOLOR_ARGB ( 255, 30, 144, 255 )
#define Firebrick D3DCOLOR_ARGB ( 255, 178, 34, 34 )
#define FloralWhite D3DCOLOR_ARGB ( 255, 255, 250, 240 )
#define ForestGreen D3DCOLOR_ARGB ( 255, 34 139  34 )
#define Gainsboro D3DCOLOR_ARGB ( 255, 220, 220, 220 )
#define GhostWhite D3DCOLOR_ARGB ( 255, 248, 248, 255 )
#define Gold D3DCOLOR_ARGB ( 255, 255, 215, 0 )
#define Goldenrod D3DCOLOR_ARGB ( 255, 218, 165, 32 )
#define Gray D3DCOLOR_ARGB ( 255, 192, 192, 192 )
#define Grey D3DCOLOR_ARGB ( 255, 192, 192, 192 )
#define Green D3DCOLOR_ARGB ( 255, 0, 255, 0 )
#define GreenYellow D3DCOLOR_ARGB ( 255, 173, 255, 47 )
#define Honeydew D3DCOLOR_ARGB ( 255, 240, 255, 240 )
#define HotPink D3DCOLOR_ARGB ( 255, 255, 105, 180 )
#define IndianRed D3DCOLOR_ARGB ( 255, 205  92  92 )
#define Ivory D3DCOLOR_ARGB ( 255, 255, 255, 240 )
#define Khaki D3DCOLOR_ARGB ( 255, 240 230 140 )
#define Lavender D3DCOLOR_ARGB ( 255, 230, 230, 250 )
#define LavenderBlush D3DCOLOR_ARGB ( 255, 255, 240, 245 )
#define LawnGreen D3DCOLOR_ARGB ( 255, 124, 252,   0 )
#define LemonChiffon D3DCOLOR_ARGB ( 255, 255, 250, 205 )
#define LightBlue D3DCOLOR_ARGB ( 255, 173, 216, 230 )
#define LightCoral D3DCOLOR_ARGB ( 255, 240, 128, 128 )
#define LightCyan D3DCOLOR_ARGB ( 255, 224, 255, 255 )
#define LightGoldenrod D3DCOLOR_ARGB ( 255, 238, 221, 130 )
#define LightGoldenrodYellow D3DCOLOR_ARGB ( 255, 250 250 210 )
#define LightGray D3DCOLOR_ARGB ( 255, 211, 211, 211 )
#define LightPink D3DCOLOR_ARGB ( 255, 255, 182, 193 )
#define LightSalmon D3DCOLOR_ARGB ( 255, 255, 160, 122 )
#define LightSeaGreen D3DCOLOR_ARGB ( 255, 32, 178, 170 )
#define LightSkyBlue D3DCOLOR_ARGB ( 255, 135, 206, 250 )
#define LightSlateBlue D3DCOLOR_ARGB ( 255, 132, 112, 255 )
#define LightSlateGray D3DCOLOR_ARGB ( 255, 119, 136, 153 )
#define LightSteel Blue D3DCOLOR_ARGB ( 255, 176, 196, 222 )
#define LightYellow D3DCOLOR_ARGB ( 255, 255, 255, 224 )
#define LimeGreen D3DCOLOR_ARGB ( 255, 50 205  50 )
#define Linen D3DCOLOR_ARGB ( 255, 250, 240, 230 )
#define Magenta D3DCOLOR_ARGB ( 255, 255, 0, 255 )
#define MaroonD3DCOLOR_ARGB ( 255, 176, 48, 96 )
#define MediumAquamarine D3DCOLOR_ARGB ( 255, 102, 205, 170 )
#define MediumBlue D3DCOLOR_ARGB ( 255, 0, 0, 205 )
#define MediumOrchid D3DCOLOR_ARGB ( 255, 186, 85, 211 )
#define MediumPurple D3DCOLOR_ARGB ( 255, 147, 112, 219 )
#define MediumSeaGreen D3DCOLOR_ARGB ( 255, 60, 179, 113 )
#define MediumSlateBlue D3DCOLOR_ARGB ( 255, 123, 104, 238 )
#define MediumSpring Green D3DCOLOR_ARGB ( 255, 0, 250, 154 )
#define MediumTurquoise D3DCOLOR_ARGB ( 255, 72, 209, 204 )
#define MediumVioletRed D3DCOLOR_ARGB ( 255, 199, 21, 133 )
#define MidnightBlue D3DCOLOR_ARGB ( 255, 25, 25, 112 )
#define MintCream D3DCOLOR_ARGB ( 255, 245, 255, 250 )
#define MistyRose D3DCOLOR_ARGB ( 255, 255, 228, 225 )
#define Moccasin D3DCOLOR_ARGB ( 255, 255, 228, 181 )
#define NavajoWhite D3DCOLOR_ARGB ( 255, 255, 222, 173 )
#define Navy D3DCOLOR_ARGB ( 255, 0, 0, 128 )
#define Old Lace D3DCOLOR_ARGB ( 255, 253, 245, 230 )
#define OliveDrab D3DCOLOR_ARGB ( 255, 107 142  35 )
#define Orange D3DCOLOR_ARGB ( 255, 255, 165, 0 )
#define OrangeRed D3DCOLOR_ARGB ( 255, 255, 69, 0 )
#define Orchid D3DCOLOR_ARGB ( 255, 218, 112, 214 )
#define PaleGoldenrod D3DCOLOR_ARGB ( 255, 238 232 170 )
#define PaleGreen D3DCOLOR_ARGB ( 255, 152, 251, 152 )
#define PaleTurquoise D3DCOLOR_ARGB ( 255, 175, 238, 238 )
#define PaleVioletRed D3DCOLOR_ARGB ( 255, 219, 112, 147 )
#define PapayaWhip D3DCOLOR_ARGB ( 255, 255, 239, 213 )
#define PeachPuff D3DCOLOR_ARGB ( 255, 255, 218, 185 )
#define Peru D3DCOLOR_ARGB ( 255, 205, 133, 63 )
#define Pink D3DCOLOR_ARGB ( 255, 255, 192, 203 )
#define Plum D3DCOLOR_ARGB ( 255, 221, 160, 221 )
#define PowderBlue D3DCOLOR_ARGB ( 255, 176, 224, 230 )
#define PurpleD3DCOLOR_ARGB ( 255, 160, 32, 240 )
#define Red D3DCOLOR_ARGB ( 255, 255, 0, 0 )
#define RosyBrown D3DCOLOR_ARGB ( 255, 188 143 143 )
#define RoyalBlue D3DCOLOR_ARGB ( 255, 65, 105, 225 )
#define Saddle Brown D3DCOLOR_ARGB ( 255, 139, 69, 19 )
#define Salmon D3DCOLOR_ARGB ( 255, 250, 128, 114 )
#define SandyBrown D3DCOLOR_ARGB ( 255, 244, 164,  96 )
#define SeaGreen D3DCOLOR_ARGB ( 255, 46, 139, 87 )
#define Seashell D3DCOLOR_ARGB ( 255, 255, 245, 238 )
#define Sienna D3DCOLOR_ARGB ( 255, 160, 82, 45 )
#define SkyBlue D3DCOLOR_ARGB ( 255, 135, 206, 235 )
#define SlateBlue D3DCOLOR_ARGB ( 255, 106, 90, 205 )
#define SlateGray D3DCOLOR_ARGB ( 255, 112, 128, 144 )
#define Snow D3DCOLOR_ARGB ( 255, 255, 250, 250 )
#define SpringGreen D3DCOLOR_ARGB ( 255, 0, 255, 127 )
#define SteelBlue D3DCOLOR_ARGB ( 255, 70, 130, 180 )
#define Tan D3DCOLOR_ARGB ( 255, 210, 180, 140 )
#define Teal D3DCOLOR_ARGB ( 255 , 0 , 255 , 255 )
#define Thistle D3DCOLOR_ARGB ( 255, 216, 191, 216 )
#define Tomato D3DCOLOR_ARGB ( 255, 255, 99, 71 )
#define Turquoise D3DCOLOR_ARGB ( 255, 64, 224, 208 )
#define Violet D3DCOLOR_ARGB ( 255, 238, 130, 238 )
#define VioletRed D3DCOLOR_ARGB ( 255, 208, 32, 144 )
#define Wheat D3DCOLOR_ARGB ( 255, 245, 222, 179 )
#define White D3DCOLOR_ARGB ( 255, 255, 255, 255 )
#define WhiteSmoke D3DCOLOR_ARGB ( 255, 245, 245, 245 )
#define Yellow D3DCOLOR_ARGB ( 255, 255, 255, 0 )
#define YellowGreen D3DCOLOR_ARGB ( 255, 154 205  50 )
Credits:
xxxProfinityxxx (Colors)
Qwerty01 (Alphabetical Order)
-Dimensions- (Post)
#1 · 15y ago
IT
ItzNeoBitch
Very handy for Customizing my hack
now i need LTC and my aimbot will be complete
#2 · 15y ago
-Dimensions-
-Dimensions-
Quote Originally Posted by ItzNeoBitch View Post
Very handy for Customizing my hack
now i need LTC and my aimbot will be complete
I think I can get that to you, PM me...
#3 · 15y ago
FA
Fabolous
Or google D3D Colors /

But this is good too i guess /
#4 · 15y ago
freedompeace
freedompeace
Damn, I'm not the only one who has this anymore ):

Had it since forever ):

EDIT : I have 140 colors
#5 · edited 15y ago · 15y ago
WH
whit
Thanks Mane..
#6 · 15y ago
KO
koko2000
gooodddddddddddddddd
#7 · 15y ago
_F
_Fk127_
Quote Originally Posted by ItzNeoBitch View Post
Very handy for Customizing my hack
now i need LTC and my aimbot will be complete
You can code an aimbot, but you cant get the LTC yourself. Suspicious?
#8 · 15y ago
markoj
markoj
Quote Originally Posted by _Fk127_ View Post
You can code an aimbot, but you cant get the LTC yourself. Suspicious?
Exactly, thats like the first step without that you wouldn't know how to do most of it without that
#9 · 15y ago
whatup777
whatup777
Too bad you wont use half these colors.
#10 · 15y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by whatup777 View Post
Too bad you wont use half these colors.
exactly right.
#11 · 15y ago
UGodly
UGodly
Quote Originally Posted by freedompeace View Post
Damn, I'm not the only one who has this anymore ):

Had it since forever ):

EDIT : I have 140 colors
Wanna give the missing ones?
#12 · 15y ago
UK
UKnownError
lol wtf how did my colors get hereXD even if my frekin credits are here
#13 · 15y ago
UK
UKnownError
i chenged my name to Unknownerror so like u can change the credits
#14 · 15y ago
WH
whit
Quote Originally Posted by UKnownError View Post
i chenged my name to Unknownerror so like u can change the credits
Technically there microsofts colors
#15 · 15y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Tags for this Thread

None