Shades of Deep Magenta #D20ECD
Tints of Deep Magenta #D20ECD
RGB
CMYK
RGB Variations
Color information
#D20ECD (or 0xD20ECD) is known color: Deep Magenta. HEX triplet: D2, 0E and CD. RGB value is (210,14,205). Sum of RGB (Red+Green+Blue) = 210+14+205=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ECD is #2DF132. Grayscale: #5D5D5D. Windows color (decimal): -3010867 or 13438674. OLE color: 13438674.
HSL color Cylindrical-coordinate representation of color #D20ECD: hue angle of 301.53º 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 #D20ECD is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 205 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.18 |
| HSL | 301.53º | 0.88% | 0.44% | - |
| HSV(B) | 301.53º | 0.93% | 0.82% | - |
| XYZ | 37.75 | 18.42 | 59.32 | - |
| YUV | 94.38 | 190.43 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 205 | 0 | 0.93 | 0.02 | 0.18 | 301.53 | 0.88 | 0.44 |
| Hex | D2 | E | CD | 0 | 5D | 2 | 12 | 12E | 58 | 2C |
| Octal | 322 | 16 | 315 | 0 | 135 | 2 | 22 | 456 | 130 | 54 |
| Binary | 11010010 | 1110 | 11001101 | 0 | 1011101 | 10 | 10010 | 100101110 | 1011000 | 101100 |
Color Harmonies of #D20ECD
Complementary color
Monochromatic Colors of #D20ECD
Black with #D20ECD
Text Example
Text Example
White with #D20ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ECD; }
p { color: rgb(210,14,205); }
H1.HeaderClassName
{
color: #D20ECD;
}
.AnyTagClassName
{
color: #D20ECD;
}
</style>
background-color css
<style>
a { background-color: #D20ECD; }
a { background-color: rgb(210,14,205); }
div.DivClassName
{
background-color: #D20ECD;
}
.BgClassName
{
background-color: #D20ECD;
}
</style>
border-color css
<style>
span { border-color: #D20ECD; }
span { border-color: rgb(210,14,205); }
td.TdClassName
{
border-color: #D20ECD;
}
.TagClassName
{
border-color: #D20ECD;
}
</style>