Shades of Deep Magenta #DE1ECD
Tints of Deep Magenta #DE1ECD
RGB
CMYK
RGB Variations
Color information
#DE1ECD (or 0xDE1ECD) is known color: Deep Magenta. HEX triplet: DE, 1E and CD. RGB value is (222,30,205). Sum of RGB (Red+Green+Blue) = 222+30+205=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ECD is #21E132. Grayscale: #6A6A6A. Windows color (decimal): -2220339 or 13442782. OLE color: 13442782.
HSL color Cylindrical-coordinate representation of color #DE1ECD: hue angle of 305.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 #DE1ECD is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 205 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.13 |
| HSL | 305.31º | 0.76% | 0.49% | - |
| HSV(B) | 305.31º | 0.86% | 0.87% | - |
| XYZ | 41.61 | 20.87 | 59.59 | - |
| YUV | 107.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 205 | 0 | 0.86 | 0.08 | 0.13 | 305.31 | 0.76 | 0.49 |
| Hex | DE | 1E | CD | 0 | 56 | 8 | D | 131 | 4C | 31 |
| Octal | 336 | 36 | 315 | 0 | 126 | 10 | 15 | 461 | 114 | 61 |
| Binary | 11011110 | 11110 | 11001101 | 0 | 1010110 | 1000 | 1101 | 100110001 | 1001100 | 110001 |
Color Harmonies of #DE1ECD
Complementary color
Monochromatic Colors of #DE1ECD
Black with #DE1ECD
Text Example
Text Example
White with #DE1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1ECD; }
p { color: rgb(222,30,205); }
H1.HeaderClassName
{
color: #DE1ECD;
}
.AnyTagClassName
{
color: #DE1ECD;
}
</style>
background-color css
<style>
a { background-color: #DE1ECD; }
a { background-color: rgb(222,30,205); }
div.DivClassName
{
background-color: #DE1ECD;
}
.BgClassName
{
background-color: #DE1ECD;
}
</style>
border-color css
<style>
span { border-color: #DE1ECD; }
span { border-color: rgb(222,30,205); }
td.TdClassName
{
border-color: #DE1ECD;
}
.TagClassName
{
border-color: #DE1ECD;
}
</style>