Shades of Deep Magenta #D40EBB
Tints of Deep Magenta #D40EBB
RGB
CMYK
RGB Variations
Color information
#D40EBB (or 0xD40EBB) is known color: Deep Magenta. HEX triplet: D4, 0E and BB. RGB value is (212,14,187). Sum of RGB (Red+Green+Blue) = 212+14+187=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EBB is #2BF144. Grayscale: #5C5C5C. Windows color (decimal): -2879813 or 12259028. OLE color: 12259028.
HSL color Cylindrical-coordinate representation of color #D40EBB: hue angle of 307.58º 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 #D40EBB is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 187 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.17 |
| HSL | 307.58º | 0.88% | 0.44% | - |
| HSV(B) | 307.58º | 0.93% | 0.83% | - |
| XYZ | 36.28 | 17.9 | 48.56 | - |
| YUV | 92.92 | 181.1 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 187 | 0 | 0.93 | 0.12 | 0.17 | 307.58 | 0.88 | 0.44 |
| Hex | D4 | E | BB | 0 | 5D | C | 11 | 134 | 58 | 2C |
| Octal | 324 | 16 | 273 | 0 | 135 | 14 | 21 | 464 | 130 | 54 |
| Binary | 11010100 | 1110 | 10111011 | 0 | 1011101 | 1100 | 10001 | 100110100 | 1011000 | 101100 |
Color Harmonies of #D40EBB
Complementary color
Monochromatic Colors of #D40EBB
Black with #D40EBB
Text Example
Text Example
White with #D40EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EBB; }
p { color: rgb(212,14,187); }
H1.HeaderClassName
{
color: #D40EBB;
}
.AnyTagClassName
{
color: #D40EBB;
}
</style>
background-color css
<style>
a { background-color: #D40EBB; }
a { background-color: rgb(212,14,187); }
div.DivClassName
{
background-color: #D40EBB;
}
.BgClassName
{
background-color: #D40EBB;
}
</style>
border-color css
<style>
span { border-color: #D40EBB; }
span { border-color: rgb(212,14,187); }
td.TdClassName
{
border-color: #D40EBB;
}
.TagClassName
{
border-color: #D40EBB;
}
</style>