Shades of Deep Magenta #DE0EDC
Tints of Deep Magenta #DE0EDC
RGB
CMYK
RGB Variations
Color information
#DE0EDC (or 0xDE0EDC) is known color: Deep Magenta. HEX triplet: DE, 0E and DC. RGB value is (222,14,220). Sum of RGB (Red+Green+Blue) = 222+14+220=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EDC is #21F123. Grayscale: #636363. Windows color (decimal): -2224420 or 14421726. OLE color: 14421726.
HSL color Cylindrical-coordinate representation of color #DE0EDC: hue angle of 300.58º 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 #DE0EDC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.13 |
| HSL | 300.58º | 0.88% | 0.46% | - |
| HSV(B) | 300.58º | 0.94% | 0.87% | - |
| XYZ | 43.2 | 21.01 | 69.49 | - |
| YUV | 99.68 | 195.91 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 220 | 0 | 0.94 | 0.01 | 0.13 | 300.58 | 0.88 | 0.46 |
| Hex | DE | E | DC | 0 | 5E | 1 | D | 12D | 58 | 2E |
| Octal | 336 | 16 | 334 | 0 | 136 | 1 | 15 | 455 | 130 | 56 |
| Binary | 11011110 | 1110 | 11011100 | 0 | 1011110 | 1 | 1101 | 100101101 | 1011000 | 101110 |
Color Harmonies of #DE0EDC
Complementary color
Monochromatic Colors of #DE0EDC
Black with #DE0EDC
Text Example
Text Example
White with #DE0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0EDC; }
p { color: rgb(222,14,220); }
H1.HeaderClassName
{
color: #DE0EDC;
}
.AnyTagClassName
{
color: #DE0EDC;
}
</style>
background-color css
<style>
a { background-color: #DE0EDC; }
a { background-color: rgb(222,14,220); }
div.DivClassName
{
background-color: #DE0EDC;
}
.BgClassName
{
background-color: #DE0EDC;
}
</style>
border-color css
<style>
span { border-color: #DE0EDC; }
span { border-color: rgb(222,14,220); }
td.TdClassName
{
border-color: #DE0EDC;
}
.TagClassName
{
border-color: #DE0EDC;
}
</style>