Shades of Deep Magenta #D20EC9
Tints of Deep Magenta #D20EC9
RGB
CMYK
RGB Variations
Color information
#D20EC9 (or 0xD20EC9) is known color: Deep Magenta. HEX triplet: D2, 0E and C9. RGB value is (210,14,201). Sum of RGB (Red+Green+Blue) = 210+14+201=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EC9 is #2DF136. Grayscale: #5D5D5D. Windows color (decimal): -3010871 or 13176530. OLE color: 13176530.
HSL color Cylindrical-coordinate representation of color #D20EC9: hue angle of 302.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20EC9 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 201 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.18 |
| HSL | 302.76º | 0.88% | 0.44% | - |
| HSV(B) | 302.76º | 0.93% | 0.82% | - |
| XYZ | 37.28 | 18.23 | 56.81 | - |
| YUV | 93.92 | 188.43 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 201 | 0 | 0.93 | 0.04 | 0.18 | 302.76 | 0.88 | 0.44 |
| Hex | D2 | E | C9 | 0 | 5D | 4 | 12 | 12F | 58 | 2C |
| Octal | 322 | 16 | 311 | 0 | 135 | 4 | 22 | 457 | 130 | 54 |
| Binary | 11010010 | 1110 | 11001001 | 0 | 1011101 | 100 | 10010 | 100101111 | 1011000 | 101100 |
Color Harmonies of #D20EC9
Complementary color
Monochromatic Colors of #D20EC9
Black with #D20EC9
Text Example
Text Example
White with #D20EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EC9; }
p { color: rgb(210,14,201); }
H1.HeaderClassName
{
color: #D20EC9;
}
.AnyTagClassName
{
color: #D20EC9;
}
</style>
background-color css
<style>
a { background-color: #D20EC9; }
a { background-color: rgb(210,14,201); }
div.DivClassName
{
background-color: #D20EC9;
}
.BgClassName
{
background-color: #D20EC9;
}
</style>
border-color css
<style>
span { border-color: #D20EC9; }
span { border-color: rgb(210,14,201); }
td.TdClassName
{
border-color: #D20EC9;
}
.TagClassName
{
border-color: #D20EC9;
}
</style>