Shades of Deep Magenta #DE20D1
Tints of Deep Magenta #DE20D1
RGB
CMYK
RGB Variations
Color information
#DE20D1 (or 0xDE20D1) is known color: Deep Magenta. HEX triplet: DE, 20 and D1. RGB value is (222,32,209). Sum of RGB (Red+Green+Blue) = 222+32+209=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE20D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE20D1 is #21DF2E. Grayscale: #6C6C6C. Windows color (decimal): -2219823 or 13705438. OLE color: 13705438.
HSL color Cylindrical-coordinate representation of color #DE20D1: hue angle of 304.11º 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 #DE20D1 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 209 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.13 |
| HSL | 304.11º | 0.75% | 0.5% | - |
| HSV(B) | 304.11º | 0.86% | 0.87% | - |
| XYZ | 42.15 | 21.17 | 62.19 | - |
| YUV | 108.99 | 184.45 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 209 | 0 | 0.86 | 0.06 | 0.13 | 304.11 | 0.75 | 0.5 |
| Hex | DE | 20 | D1 | 0 | 56 | 6 | D | 130 | 4B | 32 |
| Octal | 336 | 40 | 321 | 0 | 126 | 6 | 15 | 460 | 113 | 62 |
| Binary | 11011110 | 100000 | 11010001 | 0 | 1010110 | 110 | 1101 | 100110000 | 1001011 | 110010 |
Color Harmonies of #DE20D1
Complementary color
Monochromatic Colors of #DE20D1
Black with #DE20D1
Text Example
Text Example
White with #DE20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE20D1; }
p { color: rgb(222,32,209); }
H1.HeaderClassName
{
color: #DE20D1;
}
.AnyTagClassName
{
color: #DE20D1;
}
</style>
background-color css
<style>
a { background-color: #DE20D1; }
a { background-color: rgb(222,32,209); }
div.DivClassName
{
background-color: #DE20D1;
}
.BgClassName
{
background-color: #DE20D1;
}
</style>
border-color css
<style>
span { border-color: #DE20D1; }
span { border-color: rgb(222,32,209); }
td.TdClassName
{
border-color: #DE20D1;
}
.TagClassName
{
border-color: #DE20D1;
}
</style>