Shades of Deep Magenta #D008DE
Tints of Deep Magenta #D008DE
RGB
CMYK
RGB Variations
Color information
#D008DE (or 0xD008DE) is known color: Deep Magenta. HEX triplet: D0, 08 and DE. RGB value is (208,8,222). Sum of RGB (Red+Green+Blue) = 208+8+222=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #D008DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008DE is #2FF721. Grayscale: #5B5B5B. Windows color (decimal): -3143458 or 14551248. OLE color: 14551248.
HSL color Cylindrical-coordinate representation of color #D008DE: hue angle of 296.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008DE is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 8 | 222 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.13 |
| HSL | 296.07º | 0.93% | 0.45% | - |
| HSV(B) | 296.07º | 0.96% | 0.87% | - |
| XYZ | 39.28 | 18.86 | 70.68 | - |
| YUV | 92.2 | 201.26 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 222 | 0.06 | 0.96 | 0 | 0.13 | 296.07 | 0.93 | 0.45 |
| Hex | D0 | 8 | DE | 6 | 60 | 0 | D | 128 | 5D | 2D |
| Octal | 320 | 10 | 336 | 6 | 140 | 0 | 15 | 450 | 135 | 55 |
| Binary | 11010000 | 1000 | 11011110 | 110 | 1100000 | 0 | 1101 | 100101000 | 1011101 | 101101 |
Color Harmonies of #D008DE
Complementary color
Monochromatic Colors of #D008DE
Black with #D008DE
Text Example
Text Example
White with #D008DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008DE; }
p { color: rgb(208,8,222); }
H1.HeaderClassName
{
color: #D008DE;
}
.AnyTagClassName
{
color: #D008DE;
}
</style>
background-color css
<style>
a { background-color: #D008DE; }
a { background-color: rgb(208,8,222); }
div.DivClassName
{
background-color: #D008DE;
}
.BgClassName
{
background-color: #D008DE;
}
</style>
border-color css
<style>
span { border-color: #D008DE; }
span { border-color: rgb(208,8,222); }
td.TdClassName
{
border-color: #D008DE;
}
.TagClassName
{
border-color: #D008DE;
}
</style>