Shades of Deep Magenta #D40EAF
Tints of Deep Magenta #D40EAF
RGB
CMYK
RGB Variations
Color information
#D40EAF (or 0xD40EAF) is known color: Deep Magenta. HEX triplet: D4, 0E and AF. RGB value is (212,14,175). Sum of RGB (Red+Green+Blue) = 212+14+175=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40EAF is #2BF150. Grayscale: #5B5B5B. Windows color (decimal): -2879825 or 11472596. OLE color: 11472596.
HSL color Cylindrical-coordinate representation of color #D40EAF: hue angle of 311.21º 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 #D40EAF is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.17 |
| HSL | 311.21º | 0.88% | 0.44% | - |
| HSV(B) | 311.21º | 0.93% | 0.83% | - |
| XYZ | 35.05 | 17.41 | 42.07 | - |
| YUV | 91.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 175 | 0 | 0.93 | 0.17 | 0.17 | 311.21 | 0.88 | 0.44 |
| Hex | D4 | E | AF | 0 | 5D | 11 | 11 | 137 | 58 | 2C |
| Octal | 324 | 16 | 257 | 0 | 135 | 21 | 21 | 467 | 130 | 54 |
| Binary | 11010100 | 1110 | 10101111 | 0 | 1011101 | 10001 | 10001 | 100110111 | 1011000 | 101100 |
Color Harmonies of #D40EAF
Complementary color
Monochromatic Colors of #D40EAF
Black with #D40EAF
Text Example
Text Example
White with #D40EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EAF; }
p { color: rgb(212,14,175); }
H1.HeaderClassName
{
color: #D40EAF;
}
.AnyTagClassName
{
color: #D40EAF;
}
</style>
background-color css
<style>
a { background-color: #D40EAF; }
a { background-color: rgb(212,14,175); }
div.DivClassName
{
background-color: #D40EAF;
}
.BgClassName
{
background-color: #D40EAF;
}
</style>
border-color css
<style>
span { border-color: #D40EAF; }
span { border-color: rgb(212,14,175); }
td.TdClassName
{
border-color: #D40EAF;
}
.TagClassName
{
border-color: #D40EAF;
}
</style>