Shades of Deep Magenta #D40EE0
Tints of Deep Magenta #D40EE0
RGB
CMYK
RGB Variations
Color information
#D40EE0 (or 0xD40EE0) is known color: Deep Magenta. HEX triplet: D4, 0E and E0. RGB value is (212,14,224). Sum of RGB (Red+Green+Blue) = 212+14+224=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #D40EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EE0 is #2BF11F. Grayscale: #606060. Windows color (decimal): -2879776 or 14683860. OLE color: 14683860.
HSL color Cylindrical-coordinate representation of color #D40EE0: hue angle of 296.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40EE0 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 14 | 224 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.12 |
| HSL | 296.57º | 0.88% | 0.47% | - |
| HSV(B) | 296.57º | 0.94% | 0.88% | - |
| XYZ | 40.76 | 19.69 | 72.17 | - |
| YUV | 97.14 | 199.6 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 224 | 0.05 | 0.94 | 0 | 0.12 | 296.57 | 0.88 | 0.47 |
| Hex | D4 | E | E0 | 5 | 5E | 0 | C | 129 | 58 | 2F |
| Octal | 324 | 16 | 340 | 5 | 136 | 0 | 14 | 451 | 130 | 57 |
| Binary | 11010100 | 1110 | 11100000 | 101 | 1011110 | 0 | 1100 | 100101001 | 1011000 | 101111 |
Color Harmonies of #D40EE0
Complementary color
Monochromatic Colors of #D40EE0
Black with #D40EE0
Text Example
Text Example
White with #D40EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40EE0; }
p { color: rgb(212,14,224); }
H1.HeaderClassName
{
color: #D40EE0;
}
.AnyTagClassName
{
color: #D40EE0;
}
</style>
background-color css
<style>
a { background-color: #D40EE0; }
a { background-color: rgb(212,14,224); }
div.DivClassName
{
background-color: #D40EE0;
}
.BgClassName
{
background-color: #D40EE0;
}
</style>
border-color css
<style>
span { border-color: #D40EE0; }
span { border-color: rgb(212,14,224); }
td.TdClassName
{
border-color: #D40EE0;
}
.TagClassName
{
border-color: #D40EE0;
}
</style>