Shades of Deep Magenta #D40ECD
Tints of Deep Magenta #D40ECD
RGB
CMYK
RGB Variations
Color information
#D40ECD (or 0xD40ECD) is known color: Deep Magenta. HEX triplet: D4, 0E and CD. RGB value is (212,14,205). Sum of RGB (Red+Green+Blue) = 212+14+205=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ECD is #2BF132. Grayscale: #5E5E5E. Windows color (decimal): -2879795 or 13438676. OLE color: 13438676.
HSL color Cylindrical-coordinate representation of color #D40ECD: hue angle of 302.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40ECD is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 205 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.17 |
| HSL | 302.12º | 0.88% | 0.44% | - |
| HSV(B) | 302.12º | 0.93% | 0.83% | - |
| XYZ | 38.33 | 18.72 | 59.35 | - |
| YUV | 94.98 | 190.1 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 205 | 0 | 0.93 | 0.03 | 0.17 | 302.12 | 0.88 | 0.44 |
| Hex | D4 | E | CD | 0 | 5D | 3 | 11 | 12E | 58 | 2C |
| Octal | 324 | 16 | 315 | 0 | 135 | 3 | 21 | 456 | 130 | 54 |
| Binary | 11010100 | 1110 | 11001101 | 0 | 1011101 | 11 | 10001 | 100101110 | 1011000 | 101100 |
Color Harmonies of #D40ECD
Complementary color
Monochromatic Colors of #D40ECD
Black with #D40ECD
Text Example
Text Example
White with #D40ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40ECD; }
p { color: rgb(212,14,205); }
H1.HeaderClassName
{
color: #D40ECD;
}
.AnyTagClassName
{
color: #D40ECD;
}
</style>
background-color css
<style>
a { background-color: #D40ECD; }
a { background-color: rgb(212,14,205); }
div.DivClassName
{
background-color: #D40ECD;
}
.BgClassName
{
background-color: #D40ECD;
}
</style>
border-color css
<style>
span { border-color: #D40ECD; }
span { border-color: rgb(212,14,205); }
td.TdClassName
{
border-color: #D40ECD;
}
.TagClassName
{
border-color: #D40ECD;
}
</style>