Shades of Deep Magenta #DE1ECE
Tints of Deep Magenta #DE1ECE
RGB
CMYK
RGB Variations
Color information
#DE1ECE (or 0xDE1ECE) is known color: Deep Magenta. HEX triplet: DE, 1E and CE. RGB value is (222,30,206). Sum of RGB (Red+Green+Blue) = 222+30+206=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ECE is #21E131. Grayscale: #6A6A6A. Windows color (decimal): -2220338 or 13508318. OLE color: 13508318.
HSL color Cylindrical-coordinate representation of color #DE1ECE: hue angle of 305º 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 #DE1ECE is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 206 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.13 |
| HSL | 305º | 0.76% | 0.49% | - |
| HSV(B) | 305º | 0.86% | 0.87% | - |
| XYZ | 41.73 | 20.91 | 60.23 | - |
| YUV | 107.47 | 183.61 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 206 | 0 | 0.86 | 0.07 | 0.13 | 305 | 0.76 | 0.49 |
| Hex | DE | 1E | CE | 0 | 56 | 7 | D | 131 | 4C | 31 |
| Octal | 336 | 36 | 316 | 0 | 126 | 7 | 15 | 461 | 114 | 61 |
| Binary | 11011110 | 11110 | 11001110 | 0 | 1010110 | 111 | 1101 | 100110001 | 1001100 | 110001 |
Color Harmonies of #DE1ECE
Complementary color
Monochromatic Colors of #DE1ECE
Black with #DE1ECE
Text Example
Text Example
White with #DE1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1ECE; }
p { color: rgb(222,30,206); }
H1.HeaderClassName
{
color: #DE1ECE;
}
.AnyTagClassName
{
color: #DE1ECE;
}
</style>
background-color css
<style>
a { background-color: #DE1ECE; }
a { background-color: rgb(222,30,206); }
div.DivClassName
{
background-color: #DE1ECE;
}
.BgClassName
{
background-color: #DE1ECE;
}
</style>
border-color css
<style>
span { border-color: #DE1ECE; }
span { border-color: rgb(222,30,206); }
td.TdClassName
{
border-color: #DE1ECE;
}
.TagClassName
{
border-color: #DE1ECE;
}
</style>