Shades of Deep Magenta #DE1ED6
Tints of Deep Magenta #DE1ED6
RGB
CMYK
RGB Variations
Color information
#DE1ED6 (or 0xDE1ED6) is known color: Deep Magenta. HEX triplet: DE, 1E and D6. RGB value is (222,30,214). Sum of RGB (Red+Green+Blue) = 222+30+214=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ED6 is #21E129. Grayscale: #6B6B6B. Windows color (decimal): -2220330 or 14032606. OLE color: 14032606.
HSL color Cylindrical-coordinate representation of color #DE1ED6: hue angle of 302.5º 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 #DE1ED6 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 214 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.13 |
| HSL | 302.5º | 0.76% | 0.49% | - |
| HSV(B) | 302.5º | 0.86% | 0.87% | - |
| XYZ | 42.73 | 21.31 | 65.48 | - |
| YUV | 108.38 | 187.61 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 214 | 0 | 0.86 | 0.04 | 0.13 | 302.5 | 0.76 | 0.49 |
| Hex | DE | 1E | D6 | 0 | 56 | 4 | D | 12E | 4C | 31 |
| Octal | 336 | 36 | 326 | 0 | 126 | 4 | 15 | 456 | 114 | 61 |
| Binary | 11011110 | 11110 | 11010110 | 0 | 1010110 | 100 | 1101 | 100101110 | 1001100 | 110001 |
Color Harmonies of #DE1ED6
Complementary color
Monochromatic Colors of #DE1ED6
Black with #DE1ED6
Text Example
Text Example
White with #DE1ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1ED6; }
p { color: rgb(222,30,214); }
H1.HeaderClassName
{
color: #DE1ED6;
}
.AnyTagClassName
{
color: #DE1ED6;
}
</style>
background-color css
<style>
a { background-color: #DE1ED6; }
a { background-color: rgb(222,30,214); }
div.DivClassName
{
background-color: #DE1ED6;
}
.BgClassName
{
background-color: #DE1ED6;
}
</style>
border-color css
<style>
span { border-color: #DE1ED6; }
span { border-color: rgb(222,30,214); }
td.TdClassName
{
border-color: #DE1ED6;
}
.TagClassName
{
border-color: #DE1ED6;
}
</style>