Shades of Deep Magenta #DE1EDD
Tints of Deep Magenta #DE1EDD
RGB
CMYK
RGB Variations
Color information
#DE1EDD (or 0xDE1EDD) is known color: Deep Magenta. HEX triplet: DE, 1E and DD. RGB value is (222,30,221). Sum of RGB (Red+Green+Blue) = 222+30+221=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EDD is #21E122. Grayscale: #6C6C6C. Windows color (decimal): -2220323 or 14491358. OLE color: 14491358.
HSL color Cylindrical-coordinate representation of color #DE1EDD: hue angle of 300.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1EDD is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 221 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.13 |
| HSL | 300.31º | 0.76% | 0.49% | - |
| HSV(B) | 300.31º | 0.86% | 0.87% | - |
| XYZ | 43.64 | 21.68 | 70.29 | - |
| YUV | 109.18 | 191.11 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 221 | 0 | 0.86 | 0.00 | 0.13 | 300.31 | 0.76 | 0.49 |
| Hex | DE | 1E | DD | 0 | 56 | 0 | D | 12C | 4C | 31 |
| Octal | 336 | 36 | 335 | 0 | 126 | 0 | 15 | 454 | 114 | 61 |
| Binary | 11011110 | 11110 | 11011101 | 0 | 1010110 | 0 | 1101 | 100101100 | 1001100 | 110001 |
Color Harmonies of #DE1EDD
Complementary color
Monochromatic Colors of #DE1EDD
Black with #DE1EDD
Text Example
Text Example
White with #DE1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1EDD; }
p { color: rgb(222,30,221); }
H1.HeaderClassName
{
color: #DE1EDD;
}
.AnyTagClassName
{
color: #DE1EDD;
}
</style>
background-color css
<style>
a { background-color: #DE1EDD; }
a { background-color: rgb(222,30,221); }
div.DivClassName
{
background-color: #DE1EDD;
}
.BgClassName
{
background-color: #DE1EDD;
}
</style>
border-color css
<style>
span { border-color: #DE1EDD; }
span { border-color: rgb(222,30,221); }
td.TdClassName
{
border-color: #DE1EDD;
}
.TagClassName
{
border-color: #DE1EDD;
}
</style>