Shades of Deep Magenta #DE22CF
Tints of Deep Magenta #DE22CF
RGB
CMYK
RGB Variations
Color information
#DE22CF (or 0xDE22CF) is known color: Deep Magenta. HEX triplet: DE, 22 and CF. RGB value is (222,34,207). Sum of RGB (Red+Green+Blue) = 222+34+207=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE22CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE22CF is #21DD30. Grayscale: #6D6D6D. Windows color (decimal): -2219313 or 13574878. OLE color: 13574878.
HSL color Cylindrical-coordinate representation of color #DE22CF: hue angle of 304.79º 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 #DE22CF is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 207 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.13 |
| HSL | 304.79º | 0.74% | 0.5% | - |
| HSV(B) | 304.79º | 0.85% | 0.87% | - |
| XYZ | 41.96 | 21.18 | 60.91 | - |
| YUV | 109.93 | 182.78 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 207 | 0 | 0.85 | 0.07 | 0.13 | 304.79 | 0.74 | 0.5 |
| Hex | DE | 22 | CF | 0 | 55 | 7 | D | 131 | 4A | 32 |
| Octal | 336 | 42 | 317 | 0 | 125 | 7 | 15 | 461 | 112 | 62 |
| Binary | 11011110 | 100010 | 11001111 | 0 | 1010101 | 111 | 1101 | 100110001 | 1001010 | 110010 |
Color Harmonies of #DE22CF
Complementary color
Monochromatic Colors of #DE22CF
Black with #DE22CF
Text Example
Text Example
White with #DE22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE22CF; }
p { color: rgb(222,34,207); }
H1.HeaderClassName
{
color: #DE22CF;
}
.AnyTagClassName
{
color: #DE22CF;
}
</style>
background-color css
<style>
a { background-color: #DE22CF; }
a { background-color: rgb(222,34,207); }
div.DivClassName
{
background-color: #DE22CF;
}
.BgClassName
{
background-color: #DE22CF;
}
</style>
border-color css
<style>
span { border-color: #DE22CF; }
span { border-color: rgb(222,34,207); }
td.TdClassName
{
border-color: #DE22CF;
}
.TagClassName
{
border-color: #DE22CF;
}
</style>