Shades of Deep Magenta #DC20D0
Tints of Deep Magenta #DC20D0
RGB
CMYK
RGB Variations
Color information
#DC20D0 (or 0xDC20D0) is known color: Deep Magenta. HEX triplet: DC, 20 and D0. RGB value is (220,32,208). Sum of RGB (Red+Green+Blue) = 220+32+208=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20D0 is #23DF2F. Grayscale: #6B6B6B. Windows color (decimal): -2350896 or 13639900. OLE color: 13639900.
HSL color Cylindrical-coordinate representation of color #DC20D0: hue angle of 303.83º 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 #DC20D0 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 208 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.14 |
| HSL | 303.83º | 0.75% | 0.49% | - |
| HSV(B) | 303.83º | 0.85% | 0.86% | - |
| XYZ | 41.42 | 20.8 | 61.51 | - |
| YUV | 108.28 | 184.28 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 208 | 0 | 0.85 | 0.05 | 0.14 | 303.83 | 0.75 | 0.49 |
| Hex | DC | 20 | D0 | 0 | 55 | 5 | E | 130 | 4B | 31 |
| Octal | 334 | 40 | 320 | 0 | 125 | 5 | 16 | 460 | 113 | 61 |
| Binary | 11011100 | 100000 | 11010000 | 0 | 1010101 | 101 | 1110 | 100110000 | 1001011 | 110001 |
Color Harmonies of #DC20D0
Complementary color
Monochromatic Colors of #DC20D0
Black with #DC20D0
Text Example
Text Example
White with #DC20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20D0; }
p { color: rgb(220,32,208); }
H1.HeaderClassName
{
color: #DC20D0;
}
.AnyTagClassName
{
color: #DC20D0;
}
</style>
background-color css
<style>
a { background-color: #DC20D0; }
a { background-color: rgb(220,32,208); }
div.DivClassName
{
background-color: #DC20D0;
}
.BgClassName
{
background-color: #DC20D0;
}
</style>
border-color css
<style>
span { border-color: #DC20D0; }
span { border-color: rgb(220,32,208); }
td.TdClassName
{
border-color: #DC20D0;
}
.TagClassName
{
border-color: #DC20D0;
}
</style>