Shades of Deep Magenta #DC20E2
Tints of Deep Magenta #DC20E2
RGB
CMYK
RGB Variations
Color information
#DC20E2 (or 0xDC20E2) is known color: Deep Magenta. HEX triplet: DC, 20 and E2. RGB value is (220,32,226). Sum of RGB (Red+Green+Blue) = 220+32+226=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC20E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20E2 is #23DF1D. Grayscale: #6D6D6D. Windows color (decimal): -2350878 or 14819548. OLE color: 14819548.
HSL color Cylindrical-coordinate representation of color #DC20E2: hue angle of 298.14º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC20E2 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 32 | 226 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.11 |
| HSL | 298.14º | 0.77% | 0.51% | - |
| HSV(B) | 298.14º | 0.86% | 0.89% | - |
| XYZ | 43.76 | 21.74 | 73.84 | - |
| YUV | 110.33 | 193.28 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 226 | 0.03 | 0.86 | 0 | 0.11 | 298.14 | 0.77 | 0.51 |
| Hex | DC | 20 | E2 | 3 | 56 | 0 | B | 12A | 4D | 33 |
| Octal | 334 | 40 | 342 | 3 | 126 | 0 | 13 | 452 | 115 | 63 |
| Binary | 11011100 | 100000 | 11100010 | 11 | 1010110 | 0 | 1011 | 100101010 | 1001101 | 110011 |
Color Harmonies of #DC20E2
Complementary color
Monochromatic Colors of #DC20E2
Black with #DC20E2
Text Example
Text Example
White with #DC20E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20E2; }
p { color: rgb(220,32,226); }
H1.HeaderClassName
{
color: #DC20E2;
}
.AnyTagClassName
{
color: #DC20E2;
}
</style>
background-color css
<style>
a { background-color: #DC20E2; }
a { background-color: rgb(220,32,226); }
div.DivClassName
{
background-color: #DC20E2;
}
.BgClassName
{
background-color: #DC20E2;
}
</style>
border-color css
<style>
span { border-color: #DC20E2; }
span { border-color: rgb(220,32,226); }
td.TdClassName
{
border-color: #DC20E2;
}
.TagClassName
{
border-color: #DC20E2;
}
</style>