Shades of Deep Magenta #D40ECE
Tints of Deep Magenta #D40ECE
RGB
CMYK
RGB Variations
Color information
#D40ECE (or 0xD40ECE) is known color: Deep Magenta. HEX triplet: D4, 0E and CE. RGB value is (212,14,206). Sum of RGB (Red+Green+Blue) = 212+14+206=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ECE is #2BF131. Grayscale: #5E5E5E. Windows color (decimal): -2879794 or 13504212. OLE color: 13504212.
HSL color Cylindrical-coordinate representation of color #D40ECE: hue angle of 301.82º 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 #D40ECE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 206 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.17 |
| HSL | 301.82º | 0.88% | 0.44% | - |
| HSV(B) | 301.82º | 0.93% | 0.83% | - |
| XYZ | 38.45 | 18.77 | 59.99 | - |
| YUV | 95.09 | 190.6 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 206 | 0 | 0.93 | 0.03 | 0.17 | 301.82 | 0.88 | 0.44 |
| Hex | D4 | E | CE | 0 | 5D | 3 | 11 | 12E | 58 | 2C |
| Octal | 324 | 16 | 316 | 0 | 135 | 3 | 21 | 456 | 130 | 54 |
| Binary | 11010100 | 1110 | 11001110 | 0 | 1011101 | 11 | 10001 | 100101110 | 1011000 | 101100 |
Color Harmonies of #D40ECE
Complementary color
Monochromatic Colors of #D40ECE
Black with #D40ECE
Text Example
Text Example
White with #D40ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40ECE; }
p { color: rgb(212,14,206); }
H1.HeaderClassName
{
color: #D40ECE;
}
.AnyTagClassName
{
color: #D40ECE;
}
</style>
background-color css
<style>
a { background-color: #D40ECE; }
a { background-color: rgb(212,14,206); }
div.DivClassName
{
background-color: #D40ECE;
}
.BgClassName
{
background-color: #D40ECE;
}
</style>
border-color css
<style>
span { border-color: #D40ECE; }
span { border-color: rgb(212,14,206); }
td.TdClassName
{
border-color: #D40ECE;
}
.TagClassName
{
border-color: #D40ECE;
}
</style>