Shades of Deep Magenta #D20ED0
Tints of Deep Magenta #D20ED0
RGB
CMYK
RGB Variations
Color information
#D20ED0 (or 0xD20ED0) is known color: Deep Magenta. HEX triplet: D2, 0E and D0. RGB value is (210,14,208). Sum of RGB (Red+Green+Blue) = 210+14+208=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ED0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ED0 is #2DF12F. Grayscale: #5E5E5E. Windows color (decimal): -3010864 or 13635282. OLE color: 13635282.
HSL color Cylindrical-coordinate representation of color #D20ED0: hue angle of 300.61º 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 #D20ED0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 208 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.18 |
| HSL | 300.61º | 0.88% | 0.44% | - |
| HSV(B) | 300.61º | 0.93% | 0.82% | - |
| XYZ | 38.12 | 18.57 | 61.25 | - |
| YUV | 94.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 208 | 0 | 0.93 | 0.01 | 0.18 | 300.61 | 0.88 | 0.44 |
| Hex | D2 | E | D0 | 0 | 5D | 1 | 12 | 12D | 58 | 2C |
| Octal | 322 | 16 | 320 | 0 | 135 | 1 | 22 | 455 | 130 | 54 |
| Binary | 11010010 | 1110 | 11010000 | 0 | 1011101 | 1 | 10010 | 100101101 | 1011000 | 101100 |
Color Harmonies of #D20ED0
Complementary color
Monochromatic Colors of #D20ED0
Black with #D20ED0
Text Example
Text Example
White with #D20ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ED0; }
p { color: rgb(210,14,208); }
H1.HeaderClassName
{
color: #D20ED0;
}
.AnyTagClassName
{
color: #D20ED0;
}
</style>
background-color css
<style>
a { background-color: #D20ED0; }
a { background-color: rgb(210,14,208); }
div.DivClassName
{
background-color: #D20ED0;
}
.BgClassName
{
background-color: #D20ED0;
}
</style>
border-color css
<style>
span { border-color: #D20ED0; }
span { border-color: rgb(210,14,208); }
td.TdClassName
{
border-color: #D20ED0;
}
.TagClassName
{
border-color: #D20ED0;
}
</style>