Shades of Deep Magenta #DE0EDD
Tints of Deep Magenta #DE0EDD
RGB
CMYK
RGB Variations
Color information
#DE0EDD (or 0xDE0EDD) is known color: Deep Magenta. HEX triplet: DE, 0E and DD. RGB value is (222,14,221). Sum of RGB (Red+Green+Blue) = 222+14+221=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EDD is #21F122. Grayscale: #636363. Windows color (decimal): -2224419 or 14487262. OLE color: 14487262.
HSL color Cylindrical-coordinate representation of color #DE0EDD: hue angle of 300.29º 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 #DE0EDD is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 221 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.13 |
| HSL | 300.29º | 0.88% | 0.46% | - |
| HSV(B) | 300.29º | 0.94% | 0.87% | - |
| XYZ | 43.33 | 21.06 | 70.19 | - |
| YUV | 99.79 | 196.41 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 221 | 0 | 0.94 | 0.00 | 0.13 | 300.29 | 0.88 | 0.46 |
| Hex | DE | E | DD | 0 | 5E | 0 | D | 12C | 58 | 2E |
| Octal | 336 | 16 | 335 | 0 | 136 | 0 | 15 | 454 | 130 | 56 |
| Binary | 11011110 | 1110 | 11011101 | 0 | 1011110 | 0 | 1101 | 100101100 | 1011000 | 101110 |
Color Harmonies of #DE0EDD
Complementary color
Monochromatic Colors of #DE0EDD
Black with #DE0EDD
Text Example
Text Example
White with #DE0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0EDD; }
p { color: rgb(222,14,221); }
H1.HeaderClassName
{
color: #DE0EDD;
}
.AnyTagClassName
{
color: #DE0EDD;
}
</style>
background-color css
<style>
a { background-color: #DE0EDD; }
a { background-color: rgb(222,14,221); }
div.DivClassName
{
background-color: #DE0EDD;
}
.BgClassName
{
background-color: #DE0EDD;
}
</style>
border-color css
<style>
span { border-color: #DE0EDD; }
span { border-color: rgb(222,14,221); }
td.TdClassName
{
border-color: #DE0EDD;
}
.TagClassName
{
border-color: #DE0EDD;
}
</style>