Shades of Deep Magenta #D40EC4
Tints of Deep Magenta #D40EC4
RGB
CMYK
RGB Variations
Color information
#D40EC4 (or 0xD40EC4) is known color: Deep Magenta. HEX triplet: D4, 0E and C4. RGB value is (212,14,196). Sum of RGB (Red+Green+Blue) = 212+14+196=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EC4 is #2BF13B. Grayscale: #5D5D5D. Windows color (decimal): -2879804 or 12848852. OLE color: 12848852.
HSL color Cylindrical-coordinate representation of color #D40EC4: hue angle of 304.85º 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 #D40EC4 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 196 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.17 |
| HSL | 304.85º | 0.88% | 0.44% | - |
| HSV(B) | 304.85º | 0.93% | 0.83% | - |
| XYZ | 37.27 | 18.3 | 53.79 | - |
| YUV | 93.95 | 185.6 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 196 | 0 | 0.93 | 0.08 | 0.17 | 304.85 | 0.88 | 0.44 |
| Hex | D4 | E | C4 | 0 | 5D | 8 | 11 | 131 | 58 | 2C |
| Octal | 324 | 16 | 304 | 0 | 135 | 10 | 21 | 461 | 130 | 54 |
| Binary | 11010100 | 1110 | 11000100 | 0 | 1011101 | 1000 | 10001 | 100110001 | 1011000 | 101100 |
Color Harmonies of #D40EC4
Complementary color
Monochromatic Colors of #D40EC4
Black with #D40EC4
Text Example
Text Example
White with #D40EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EC4; }
p { color: rgb(212,14,196); }
H1.HeaderClassName
{
color: #D40EC4;
}
.AnyTagClassName
{
color: #D40EC4;
}
</style>
background-color css
<style>
a { background-color: #D40EC4; }
a { background-color: rgb(212,14,196); }
div.DivClassName
{
background-color: #D40EC4;
}
.BgClassName
{
background-color: #D40EC4;
}
</style>
border-color css
<style>
span { border-color: #D40EC4; }
span { border-color: rgb(212,14,196); }
td.TdClassName
{
border-color: #D40EC4;
}
.TagClassName
{
border-color: #D40EC4;
}
</style>