Shades of Deep Magenta #DE0ED8
Tints of Deep Magenta #DE0ED8
RGB
CMYK
RGB Variations
Color information
#DE0ED8 (or 0xDE0ED8) is known color: Deep Magenta. HEX triplet: DE, 0E and D8. RGB value is (222,14,216). Sum of RGB (Red+Green+Blue) = 222+14+216=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ED8 is #21F127. Grayscale: #626262. Windows color (decimal): -2224424 or 14159582. OLE color: 14159582.
HSL color Cylindrical-coordinate representation of color #DE0ED8: hue angle of 301.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0ED8 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 216 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.13 |
| HSL | 301.73º | 0.88% | 0.46% | - |
| HSV(B) | 301.73º | 0.94% | 0.87% | - |
| XYZ | 42.68 | 20.8 | 66.73 | - |
| YUV | 99.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 216 | 0 | 0.94 | 0.03 | 0.13 | 301.73 | 0.88 | 0.46 |
| Hex | DE | E | D8 | 0 | 5E | 3 | D | 12E | 58 | 2E |
| Octal | 336 | 16 | 330 | 0 | 136 | 3 | 15 | 456 | 130 | 56 |
| Binary | 11011110 | 1110 | 11011000 | 0 | 1011110 | 11 | 1101 | 100101110 | 1011000 | 101110 |
Color Harmonies of #DE0ED8
Complementary color
Monochromatic Colors of #DE0ED8
Black with #DE0ED8
Text Example
Text Example
White with #DE0ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0ED8; }
p { color: rgb(222,14,216); }
H1.HeaderClassName
{
color: #DE0ED8;
}
.AnyTagClassName
{
color: #DE0ED8;
}
</style>
background-color css
<style>
a { background-color: #DE0ED8; }
a { background-color: rgb(222,14,216); }
div.DivClassName
{
background-color: #DE0ED8;
}
.BgClassName
{
background-color: #DE0ED8;
}
</style>
border-color css
<style>
span { border-color: #DE0ED8; }
span { border-color: rgb(222,14,216); }
td.TdClassName
{
border-color: #DE0ED8;
}
.TagClassName
{
border-color: #DE0ED8;
}
</style>