Shades of Deep Magenta #DC20DC
Tints of Deep Magenta #DC20DC
RGB
CMYK
RGB Variations
Color information
#DC20DC (or 0xDC20DC) is known color: Deep Magenta. HEX triplet: DC, 20 and DC. RGB value is (220,32,220). Sum of RGB (Red+Green+Blue) = 220+32+220=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20DC is #23DF23. Grayscale: #6D6D6D. Windows color (decimal): -2350884 or 14426332. OLE color: 14426332.
HSL color Cylindrical-coordinate representation of color #DC20DC: hue angle of 300º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20DC is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 220 | - |
| CMYK | 0 | 0.85 | 0 | 0.14 |
| HSL | 300º | 0.75% | 0.49% | - |
| HSV(B) | 300º | 0.85% | 0.86% | - |
| XYZ | 42.95 | 21.42 | 69.58 | - |
| YUV | 109.64 | 190.28 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 220 | 0 | 0.85 | 0 | 0.14 | 300 | 0.75 | 0.49 |
| Hex | DC | 20 | DC | 0 | 55 | 0 | E | 12C | 4B | 31 |
| Octal | 334 | 40 | 334 | 0 | 125 | 0 | 16 | 454 | 113 | 61 |
| Binary | 11011100 | 100000 | 11011100 | 0 | 1010101 | 0 | 1110 | 100101100 | 1001011 | 110001 |
Color Harmonies of #DC20DC
Complementary color
Monochromatic Colors of #DC20DC
Black with #DC20DC
Text Example
Text Example
White with #DC20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20DC; }
p { color: rgb(220,32,220); }
H1.HeaderClassName
{
color: #DC20DC;
}
.AnyTagClassName
{
color: #DC20DC;
}
</style>
background-color css
<style>
a { background-color: #DC20DC; }
a { background-color: rgb(220,32,220); }
div.DivClassName
{
background-color: #DC20DC;
}
.BgClassName
{
background-color: #DC20DC;
}
</style>
border-color css
<style>
span { border-color: #DC20DC; }
span { border-color: rgb(220,32,220); }
td.TdClassName
{
border-color: #DC20DC;
}
.TagClassName
{
border-color: #DC20DC;
}
</style>