Shades of Deep Magenta #D009D6
Tints of Deep Magenta #D009D6
RGB
CMYK
RGB Variations
Color information
#D009D6 (or 0xD009D6) is known color: Deep Magenta. HEX triplet: D0, 09 and D6. RGB value is (208,9,214). Sum of RGB (Red+Green+Blue) = 208+9+214=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #D009D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009D6 is #2FF629. Grayscale: #5B5B5B. Windows color (decimal): -3143210 or 14027216. OLE color: 14027216.
HSL color Cylindrical-coordinate representation of color #D009D6: hue angle of 298.24º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009D6 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 9 | 214 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.16 |
| HSL | 298.24º | 0.92% | 0.44% | - |
| HSV(B) | 298.24º | 0.96% | 0.84% | - |
| XYZ | 38.25 | 18.46 | 65.17 | - |
| YUV | 91.87 | 196.93 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 214 | 0.03 | 0.96 | 0 | 0.16 | 298.24 | 0.92 | 0.44 |
| Hex | D0 | 9 | D6 | 3 | 60 | 0 | 10 | 12A | 5C | 2C |
| Octal | 320 | 11 | 326 | 3 | 140 | 0 | 20 | 452 | 134 | 54 |
| Binary | 11010000 | 1001 | 11010110 | 11 | 1100000 | 0 | 10000 | 100101010 | 1011100 | 101100 |
Color Harmonies of #D009D6
Complementary color
Monochromatic Colors of #D009D6
Black with #D009D6
Text Example
Text Example
White with #D009D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009D6; }
p { color: rgb(208,9,214); }
H1.HeaderClassName
{
color: #D009D6;
}
.AnyTagClassName
{
color: #D009D6;
}
</style>
background-color css
<style>
a { background-color: #D009D6; }
a { background-color: rgb(208,9,214); }
div.DivClassName
{
background-color: #D009D6;
}
.BgClassName
{
background-color: #D009D6;
}
</style>
border-color css
<style>
span { border-color: #D009D6; }
span { border-color: rgb(208,9,214); }
td.TdClassName
{
border-color: #D009D6;
}
.TagClassName
{
border-color: #D009D6;
}
</style>