Shades of Deep Magenta #DC20DF
Tints of Deep Magenta #DC20DF
RGB
CMYK
RGB Variations
Color information
#DC20DF (or 0xDC20DF) is known color: Deep Magenta. HEX triplet: DC, 20 and DF. RGB value is (220,32,223). Sum of RGB (Red+Green+Blue) = 220+32+223=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20DF is #23DF20. Grayscale: #6D6D6D. Windows color (decimal): -2350881 or 14622940. OLE color: 14622940.
HSL color Cylindrical-coordinate representation of color #DC20DF: hue angle of 299.06º 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 #DC20DF is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 32 | 223 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.13 |
| HSL | 299.06º | 0.75% | 0.5% | - |
| HSV(B) | 299.06º | 0.86% | 0.87% | - |
| XYZ | 43.35 | 21.58 | 71.69 | - |
| YUV | 109.99 | 191.78 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 223 | 0.01 | 0.86 | 0 | 0.13 | 299.06 | 0.75 | 0.5 |
| Hex | DC | 20 | DF | 1 | 56 | 0 | D | 12B | 4B | 32 |
| Octal | 334 | 40 | 337 | 1 | 126 | 0 | 15 | 453 | 113 | 62 |
| Binary | 11011100 | 100000 | 11011111 | 1 | 1010110 | 0 | 1101 | 100101011 | 1001011 | 110010 |
Color Harmonies of #DC20DF
Complementary color
Monochromatic Colors of #DC20DF
Black with #DC20DF
Text Example
Text Example
White with #DC20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20DF; }
p { color: rgb(220,32,223); }
H1.HeaderClassName
{
color: #DC20DF;
}
.AnyTagClassName
{
color: #DC20DF;
}
</style>
background-color css
<style>
a { background-color: #DC20DF; }
a { background-color: rgb(220,32,223); }
div.DivClassName
{
background-color: #DC20DF;
}
.BgClassName
{
background-color: #DC20DF;
}
</style>
border-color css
<style>
span { border-color: #DC20DF; }
span { border-color: rgb(220,32,223); }
td.TdClassName
{
border-color: #DC20DF;
}
.TagClassName
{
border-color: #DC20DF;
}
</style>