Shades of Deep Magenta #DE0EC0
Tints of Deep Magenta #DE0EC0
RGB
CMYK
RGB Variations
Color information
#DE0EC0 (or 0xDE0EC0) is known color: Deep Magenta. HEX triplet: DE, 0E and C0. RGB value is (222,14,192). Sum of RGB (Red+Green+Blue) = 222+14+192=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EC0 is #21F13F. Grayscale: #5F5F5F. Windows color (decimal): -2224448 or 12586718. OLE color: 12586718.
HSL color Cylindrical-coordinate representation of color #DE0EC0: hue angle of 308.65º 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 #DE0EC0 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 192 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.13 |
| HSL | 308.65º | 0.88% | 0.46% | - |
| HSV(B) | 308.65º | 0.94% | 0.87% | - |
| XYZ | 39.8 | 19.65 | 51.56 | - |
| YUV | 96.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 192 | 0 | 0.94 | 0.14 | 0.13 | 308.65 | 0.88 | 0.46 |
| Hex | DE | E | C0 | 0 | 5E | E | D | 135 | 58 | 2E |
| Octal | 336 | 16 | 300 | 0 | 136 | 16 | 15 | 465 | 130 | 56 |
| Binary | 11011110 | 1110 | 11000000 | 0 | 1011110 | 1110 | 1101 | 100110101 | 1011000 | 101110 |
Color Harmonies of #DE0EC0
Complementary color
Monochromatic Colors of #DE0EC0
Black with #DE0EC0
Text Example
Text Example
White with #DE0EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0EC0; }
p { color: rgb(222,14,192); }
H1.HeaderClassName
{
color: #DE0EC0;
}
.AnyTagClassName
{
color: #DE0EC0;
}
</style>
background-color css
<style>
a { background-color: #DE0EC0; }
a { background-color: rgb(222,14,192); }
div.DivClassName
{
background-color: #DE0EC0;
}
.BgClassName
{
background-color: #DE0EC0;
}
</style>
border-color css
<style>
span { border-color: #DE0EC0; }
span { border-color: rgb(222,14,192); }
td.TdClassName
{
border-color: #DE0EC0;
}
.TagClassName
{
border-color: #DE0EC0;
}
</style>