Shades of Deep Magenta #D20EB8
Tints of Deep Magenta #D20EB8
RGB
CMYK
RGB Variations
Color information
#D20EB8 (or 0xD20EB8) is known color: Deep Magenta. HEX triplet: D2, 0E and B8. RGB value is (210,14,184). Sum of RGB (Red+Green+Blue) = 210+14+184=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EB8 is #2DF147. Grayscale: #5B5B5B. Windows color (decimal): -3010888 or 12062418. OLE color: 12062418.
HSL color Cylindrical-coordinate representation of color #D20EB8: hue angle of 307.96º 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 #D20EB8 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 184 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.18 |
| HSL | 307.96º | 0.88% | 0.44% | - |
| HSV(B) | 307.96º | 0.93% | 0.82% | - |
| XYZ | 35.39 | 17.48 | 46.86 | - |
| YUV | 91.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 184 | 0 | 0.93 | 0.12 | 0.18 | 307.96 | 0.88 | 0.44 |
| Hex | D2 | E | B8 | 0 | 5D | C | 12 | 134 | 58 | 2C |
| Octal | 322 | 16 | 270 | 0 | 135 | 14 | 22 | 464 | 130 | 54 |
| Binary | 11010010 | 1110 | 10111000 | 0 | 1011101 | 1100 | 10010 | 100110100 | 1011000 | 101100 |
Color Harmonies of #D20EB8
Complementary color
Monochromatic Colors of #D20EB8
Black with #D20EB8
Text Example
Text Example
White with #D20EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EB8; }
p { color: rgb(210,14,184); }
H1.HeaderClassName
{
color: #D20EB8;
}
.AnyTagClassName
{
color: #D20EB8;
}
</style>
background-color css
<style>
a { background-color: #D20EB8; }
a { background-color: rgb(210,14,184); }
div.DivClassName
{
background-color: #D20EB8;
}
.BgClassName
{
background-color: #D20EB8;
}
</style>
border-color css
<style>
span { border-color: #D20EB8; }
span { border-color: rgb(210,14,184); }
td.TdClassName
{
border-color: #D20EB8;
}
.TagClassName
{
border-color: #D20EB8;
}
</style>