Shades of Deep Magenta #DE0ECD
Tints of Deep Magenta #DE0ECD
RGB
CMYK
RGB Variations
Color information
#DE0ECD (or 0xDE0ECD) is known color: Deep Magenta. HEX triplet: DE, 0E and CD. RGB value is (222,14,205). Sum of RGB (Red+Green+Blue) = 222+14+205=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ECD is #21F132. Grayscale: #616161. Windows color (decimal): -2224435 or 13438686. OLE color: 13438686.
HSL color Cylindrical-coordinate representation of color #DE0ECD: hue angle of 304.9º 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 #DE0ECD is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 205 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.13 |
| HSL | 304.9º | 0.88% | 0.46% | - |
| HSV(B) | 304.9º | 0.94% | 0.87% | - |
| XYZ | 41.3 | 20.25 | 59.49 | - |
| YUV | 97.97 | 188.41 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 205 | 0 | 0.94 | 0.08 | 0.13 | 304.9 | 0.88 | 0.46 |
| Hex | DE | E | CD | 0 | 5E | 8 | D | 131 | 58 | 2E |
| Octal | 336 | 16 | 315 | 0 | 136 | 10 | 15 | 461 | 130 | 56 |
| Binary | 11011110 | 1110 | 11001101 | 0 | 1011110 | 1000 | 1101 | 100110001 | 1011000 | 101110 |
Color Harmonies of #DE0ECD
Complementary color
Monochromatic Colors of #DE0ECD
Black with #DE0ECD
Text Example
Text Example
White with #DE0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0ECD; }
p { color: rgb(222,14,205); }
H1.HeaderClassName
{
color: #DE0ECD;
}
.AnyTagClassName
{
color: #DE0ECD;
}
</style>
background-color css
<style>
a { background-color: #DE0ECD; }
a { background-color: rgb(222,14,205); }
div.DivClassName
{
background-color: #DE0ECD;
}
.BgClassName
{
background-color: #DE0ECD;
}
</style>
border-color css
<style>
span { border-color: #DE0ECD; }
span { border-color: rgb(222,14,205); }
td.TdClassName
{
border-color: #DE0ECD;
}
.TagClassName
{
border-color: #DE0ECD;
}
</style>