Shades of Deep Magenta #D20EB2
Tints of Deep Magenta #D20EB2
RGB
CMYK
RGB Variations
Color information
#D20EB2 (or 0xD20EB2) is known color: Deep Magenta. HEX triplet: D2, 0E and B2. RGB value is (210,14,178). Sum of RGB (Red+Green+Blue) = 210+14+178=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20EB2 is #2DF14D. Grayscale: #5A5A5A. Windows color (decimal): -3010894 or 11669202. OLE color: 11669202.
HSL color Cylindrical-coordinate representation of color #D20EB2: hue angle of 309.8º 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 #D20EB2 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 178 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.18 |
| HSL | 309.8º | 0.88% | 0.44% | - |
| HSV(B) | 309.8º | 0.93% | 0.82% | - |
| XYZ | 34.77 | 17.23 | 43.61 | - |
| YUV | 91.3 | 176.93 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 178 | 0 | 0.93 | 0.15 | 0.18 | 309.8 | 0.88 | 0.44 |
| Hex | D2 | E | B2 | 0 | 5D | F | 12 | 136 | 58 | 2C |
| Octal | 322 | 16 | 262 | 0 | 135 | 17 | 22 | 466 | 130 | 54 |
| Binary | 11010010 | 1110 | 10110010 | 0 | 1011101 | 1111 | 10010 | 100110110 | 1011000 | 101100 |
Color Harmonies of #D20EB2
Complementary color
Monochromatic Colors of #D20EB2
Black with #D20EB2
Text Example
Text Example
White with #D20EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EB2; }
p { color: rgb(210,14,178); }
H1.HeaderClassName
{
color: #D20EB2;
}
.AnyTagClassName
{
color: #D20EB2;
}
</style>
background-color css
<style>
a { background-color: #D20EB2; }
a { background-color: rgb(210,14,178); }
div.DivClassName
{
background-color: #D20EB2;
}
.BgClassName
{
background-color: #D20EB2;
}
</style>
border-color css
<style>
span { border-color: #D20EB2; }
span { border-color: rgb(210,14,178); }
td.TdClassName
{
border-color: #D20EB2;
}
.TagClassName
{
border-color: #D20EB2;
}
</style>