Shades of Deep Magenta #DE0EC4
Tints of Deep Magenta #DE0EC4
RGB
CMYK
RGB Variations
Color information
#DE0EC4 (or 0xDE0EC4) is known color: Deep Magenta. HEX triplet: DE, 0E and C4. RGB value is (222,14,196). Sum of RGB (Red+Green+Blue) = 222+14+196=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EC4 is #21F13B. Grayscale: #606060. Windows color (decimal): -2224444 or 12848862. OLE color: 12848862.
HSL color Cylindrical-coordinate representation of color #DE0EC4: hue angle of 307.5º 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 #DE0EC4 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 196 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.13 |
| HSL | 307.5º | 0.88% | 0.46% | - |
| HSV(B) | 307.5º | 0.94% | 0.87% | - |
| XYZ | 40.25 | 19.83 | 53.93 | - |
| YUV | 96.94 | 183.91 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 196 | 0 | 0.94 | 0.12 | 0.13 | 307.5 | 0.88 | 0.46 |
| Hex | DE | E | C4 | 0 | 5E | C | D | 134 | 58 | 2E |
| Octal | 336 | 16 | 304 | 0 | 136 | 14 | 15 | 464 | 130 | 56 |
| Binary | 11011110 | 1110 | 11000100 | 0 | 1011110 | 1100 | 1101 | 100110100 | 1011000 | 101110 |
Color Harmonies of #DE0EC4
Complementary color
Monochromatic Colors of #DE0EC4
Black with #DE0EC4
Text Example
Text Example
White with #DE0EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0EC4; }
p { color: rgb(222,14,196); }
H1.HeaderClassName
{
color: #DE0EC4;
}
.AnyTagClassName
{
color: #DE0EC4;
}
</style>
background-color css
<style>
a { background-color: #DE0EC4; }
a { background-color: rgb(222,14,196); }
div.DivClassName
{
background-color: #DE0EC4;
}
.BgClassName
{
background-color: #DE0EC4;
}
</style>
border-color css
<style>
span { border-color: #DE0EC4; }
span { border-color: rgb(222,14,196); }
td.TdClassName
{
border-color: #DE0EC4;
}
.TagClassName
{
border-color: #DE0EC4;
}
</style>