Shades of Deep Magenta #D40EC8
Tints of Deep Magenta #D40EC8
RGB
CMYK
RGB Variations
Color information
#D40EC8 (or 0xD40EC8) is known color: Deep Magenta. HEX triplet: D4, 0E and C8. RGB value is (212,14,200). Sum of RGB (Red+Green+Blue) = 212+14+200=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EC8 is #2BF137. Grayscale: #5D5D5D. Windows color (decimal): -2879800 or 13110996. OLE color: 13110996.
HSL color Cylindrical-coordinate representation of color #D40EC8: hue angle of 303.64º 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 #D40EC8 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 200 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.17 |
| HSL | 303.64º | 0.88% | 0.44% | - |
| HSV(B) | 303.64º | 0.93% | 0.83% | - |
| XYZ | 37.73 | 18.48 | 56.22 | - |
| YUV | 94.41 | 187.6 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 200 | 0 | 0.93 | 0.06 | 0.17 | 303.64 | 0.88 | 0.44 |
| Hex | D4 | E | C8 | 0 | 5D | 6 | 11 | 130 | 58 | 2C |
| Octal | 324 | 16 | 310 | 0 | 135 | 6 | 21 | 460 | 130 | 54 |
| Binary | 11010100 | 1110 | 11001000 | 0 | 1011101 | 110 | 10001 | 100110000 | 1011000 | 101100 |
Color Harmonies of #D40EC8
Complementary color
Monochromatic Colors of #D40EC8
Black with #D40EC8
Text Example
Text Example
White with #D40EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EC8; }
p { color: rgb(212,14,200); }
H1.HeaderClassName
{
color: #D40EC8;
}
.AnyTagClassName
{
color: #D40EC8;
}
</style>
background-color css
<style>
a { background-color: #D40EC8; }
a { background-color: rgb(212,14,200); }
div.DivClassName
{
background-color: #D40EC8;
}
.BgClassName
{
background-color: #D40EC8;
}
</style>
border-color css
<style>
span { border-color: #D40EC8; }
span { border-color: rgb(212,14,200); }
td.TdClassName
{
border-color: #D40EC8;
}
.TagClassName
{
border-color: #D40EC8;
}
</style>