Shades of Deep Magenta #DE22CE
Tints of Deep Magenta #DE22CE
RGB
CMYK
RGB Variations
Color information
#DE22CE (or 0xDE22CE) is known color: Deep Magenta. HEX triplet: DE, 22 and CE. RGB value is (222,34,206). Sum of RGB (Red+Green+Blue) = 222+34+206=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE22CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE22CE is #21DD31. Grayscale: #6D6D6D. Windows color (decimal): -2219314 or 13509342. OLE color: 13509342.
HSL color Cylindrical-coordinate representation of color #DE22CE: hue angle of 305.11º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE22CE is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 206 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.13 |
| HSL | 305.11º | 0.74% | 0.5% | - |
| HSV(B) | 305.11º | 0.85% | 0.87% | - |
| XYZ | 41.84 | 21.13 | 60.27 | - |
| YUV | 109.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 206 | 0 | 0.85 | 0.07 | 0.13 | 305.11 | 0.74 | 0.5 |
| Hex | DE | 22 | CE | 0 | 55 | 7 | D | 131 | 4A | 32 |
| Octal | 336 | 42 | 316 | 0 | 125 | 7 | 15 | 461 | 112 | 62 |
| Binary | 11011110 | 100010 | 11001110 | 0 | 1010101 | 111 | 1101 | 100110001 | 1001010 | 110010 |
Color Harmonies of #DE22CE
Complementary color
Monochromatic Colors of #DE22CE
Black with #DE22CE
Text Example
Text Example
White with #DE22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE22CE; }
p { color: rgb(222,34,206); }
H1.HeaderClassName
{
color: #DE22CE;
}
.AnyTagClassName
{
color: #DE22CE;
}
</style>
background-color css
<style>
a { background-color: #DE22CE; }
a { background-color: rgb(222,34,206); }
div.DivClassName
{
background-color: #DE22CE;
}
.BgClassName
{
background-color: #DE22CE;
}
</style>
border-color css
<style>
span { border-color: #DE22CE; }
span { border-color: rgb(222,34,206); }
td.TdClassName
{
border-color: #DE22CE;
}
.TagClassName
{
border-color: #DE22CE;
}
</style>