Shades of Deep Magenta #DC20D5
Tints of Deep Magenta #DC20D5
RGB
CMYK
RGB Variations
Color information
#DC20D5 (or 0xDC20D5) is known color: Deep Magenta. HEX triplet: DC, 20 and D5. RGB value is (220,32,213). Sum of RGB (Red+Green+Blue) = 220+32+213=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20D5 is #23DF2A. Grayscale: #6C6C6C. Windows color (decimal): -2350891 or 13967580. OLE color: 13967580.
HSL color Cylindrical-coordinate representation of color #DC20D5: hue angle of 302.23º 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 #DC20D5 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 213 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.14 |
| HSL | 302.23º | 0.75% | 0.49% | - |
| HSV(B) | 302.23º | 0.85% | 0.86% | - |
| XYZ | 42.04 | 21.05 | 64.8 | - |
| YUV | 108.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 213 | 0 | 0.85 | 0.03 | 0.14 | 302.23 | 0.75 | 0.49 |
| Hex | DC | 20 | D5 | 0 | 55 | 3 | E | 12E | 4B | 31 |
| Octal | 334 | 40 | 325 | 0 | 125 | 3 | 16 | 456 | 113 | 61 |
| Binary | 11011100 | 100000 | 11010101 | 0 | 1010101 | 11 | 1110 | 100101110 | 1001011 | 110001 |
Color Harmonies of #DC20D5
Complementary color
Monochromatic Colors of #DC20D5
Black with #DC20D5
Text Example
Text Example
White with #DC20D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20D5; }
p { color: rgb(220,32,213); }
H1.HeaderClassName
{
color: #DC20D5;
}
.AnyTagClassName
{
color: #DC20D5;
}
</style>
background-color css
<style>
a { background-color: #DC20D5; }
a { background-color: rgb(220,32,213); }
div.DivClassName
{
background-color: #DC20D5;
}
.BgClassName
{
background-color: #DC20D5;
}
</style>
border-color css
<style>
span { border-color: #DC20D5; }
span { border-color: rgb(220,32,213); }
td.TdClassName
{
border-color: #DC20D5;
}
.TagClassName
{
border-color: #DC20D5;
}
</style>