Shades of Deep Magenta #DE20CA
Tints of Deep Magenta #DE20CA
RGB
CMYK
RGB Variations
Color information
#DE20CA (or 0xDE20CA) is known color: Deep Magenta. HEX triplet: DE, 20 and CA. RGB value is (222,32,202). Sum of RGB (Red+Green+Blue) = 222+32+202=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE20CA is #21DF35. Grayscale: #6B6B6B. Windows color (decimal): -2219830 or 13246686. OLE color: 13246686.
HSL color Cylindrical-coordinate representation of color #DE20CA: hue angle of 306.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE20CA is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 202 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.13 |
| HSL | 306.32º | 0.75% | 0.5% | - |
| HSV(B) | 306.32º | 0.86% | 0.87% | - |
| XYZ | 41.3 | 20.83 | 57.72 | - |
| YUV | 108.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 202 | 0 | 0.86 | 0.09 | 0.13 | 306.32 | 0.75 | 0.5 |
| Hex | DE | 20 | CA | 0 | 56 | 9 | D | 132 | 4B | 32 |
| Octal | 336 | 40 | 312 | 0 | 126 | 11 | 15 | 462 | 113 | 62 |
| Binary | 11011110 | 100000 | 11001010 | 0 | 1010110 | 1001 | 1101 | 100110010 | 1001011 | 110010 |
Color Harmonies of #DE20CA
Complementary color
Monochromatic Colors of #DE20CA
Black with #DE20CA
Text Example
Text Example
White with #DE20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE20CA; }
p { color: rgb(222,32,202); }
H1.HeaderClassName
{
color: #DE20CA;
}
.AnyTagClassName
{
color: #DE20CA;
}
</style>
background-color css
<style>
a { background-color: #DE20CA; }
a { background-color: rgb(222,32,202); }
div.DivClassName
{
background-color: #DE20CA;
}
.BgClassName
{
background-color: #DE20CA;
}
</style>
border-color css
<style>
span { border-color: #DE20CA; }
span { border-color: rgb(222,32,202); }
td.TdClassName
{
border-color: #DE20CA;
}
.TagClassName
{
border-color: #DE20CA;
}
</style>