Shades of Deep Magenta #D20EAF
Tints of Deep Magenta #D20EAF
RGB
CMYK
RGB Variations
Color information
#D20EAF (or 0xD20EAF) is known color: Deep Magenta. HEX triplet: D2, 0E and AF. RGB value is (210,14,175). Sum of RGB (Red+Green+Blue) = 210+14+175=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20EAF is #2DF150. Grayscale: #5A5A5A. Windows color (decimal): -3010897 or 11472594. OLE color: 11472594.
HSL color Cylindrical-coordinate representation of color #D20EAF: hue angle of 310.71º 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 #D20EAF is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.18 |
| HSL | 310.71º | 0.88% | 0.44% | - |
| HSV(B) | 310.71º | 0.93% | 0.82% | - |
| XYZ | 34.47 | 17.11 | 42.04 | - |
| YUV | 90.96 | 175.43 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 175 | 0 | 0.93 | 0.17 | 0.18 | 310.71 | 0.88 | 0.44 |
| Hex | D2 | E | AF | 0 | 5D | 11 | 12 | 137 | 58 | 2C |
| Octal | 322 | 16 | 257 | 0 | 135 | 21 | 22 | 467 | 130 | 54 |
| Binary | 11010010 | 1110 | 10101111 | 0 | 1011101 | 10001 | 10010 | 100110111 | 1011000 | 101100 |
Color Harmonies of #D20EAF
Complementary color
Monochromatic Colors of #D20EAF
Black with #D20EAF
Text Example
Text Example
White with #D20EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EAF; }
p { color: rgb(210,14,175); }
H1.HeaderClassName
{
color: #D20EAF;
}
.AnyTagClassName
{
color: #D20EAF;
}
</style>
background-color css
<style>
a { background-color: #D20EAF; }
a { background-color: rgb(210,14,175); }
div.DivClassName
{
background-color: #D20EAF;
}
.BgClassName
{
background-color: #D20EAF;
}
</style>
border-color css
<style>
span { border-color: #D20EAF; }
span { border-color: rgb(210,14,175); }
td.TdClassName
{
border-color: #D20EAF;
}
.TagClassName
{
border-color: #D20EAF;
}
</style>