Shades of Deep Magenta #D40EB6
Tints of Deep Magenta #D40EB6
RGB
CMYK
RGB Variations
Color information
#D40EB6 (or 0xD40EB6) is known color: Deep Magenta. HEX triplet: D4, 0E and B6. RGB value is (212,14,182). Sum of RGB (Red+Green+Blue) = 212+14+182=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EB6 is #2BF149. Grayscale: #5B5B5B. Windows color (decimal): -2879818 or 11931348. OLE color: 11931348.
HSL color Cylindrical-coordinate representation of color #D40EB6: hue angle of 309.09º 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 #D40EB6 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 14 | 182 | - |
CMYK | 0 | 0.93 | 0.14 | 0.17 |
HSL | 309.09º | 0.88% | 0.44% | - |
HSV(B) | 309.09º | 0.93% | 0.83% | - |
XYZ | 35.75 | 17.69 | 45.79 | - |
YUV | 92.35 | 178.6 | 213.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 14 | 182 | 0 | 0.93 | 0.14 | 0.17 | 309.09 | 0.88 | 0.44 |
Hex | D4 | E | B6 | 0 | 5D | E | 11 | 135 | 58 | 2C |
Octal | 324 | 16 | 266 | 0 | 135 | 16 | 21 | 465 | 130 | 54 |
Binary | 11010100 | 1110 | 10110110 | 0 | 1011101 | 1110 | 10001 | 100110101 | 1011000 | 101100 |
Color Harmonies of #D40EB6
Complementary color
Monochromatic Colors of #D40EB6
Black with #D40EB6
Text Example
Text Example
White with #D40EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EB6; }
p { color: rgb(212,14,182); }
H1.HeaderClassName
{
color: #D40EB6;
}
.AnyTagClassName
{
color: #D40EB6;
}
</style>
background-color css
<style>
a { background-color: #D40EB6; }
a { background-color: rgb(212,14,182); }
div.DivClassName
{
background-color: #D40EB6;
}
.BgClassName
{
background-color: #D40EB6;
}
</style>
border-color css
<style>
span { border-color: #D40EB6; }
span { border-color: rgb(212,14,182); }
td.TdClassName
{
border-color: #D40EB6;
}
.TagClassName
{
border-color: #D40EB6;
}
</style>