Shades of Deep Magenta #DF20D9
Tints of Deep Magenta #DF20D9
RGB
CMYK
RGB Variations
Color information
#DF20D9 (or 0xDF20D9) is known color: Deep Magenta. HEX triplet: DF, 20 and D9. RGB value is (223,32,217). Sum of RGB (Red+Green+Blue) = 223+32+217=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20D9 is #20DF26. Grayscale: #6D6D6D. Windows color (decimal): -2154279 or 14229727. OLE color: 14229727.
HSL color Cylindrical-coordinate representation of color #DF20D9: hue angle of 301.88º 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 #DF20D9 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 217 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.13 |
| HSL | 301.88º | 0.75% | 0.5% | - |
| HSV(B) | 301.88º | 0.86% | 0.87% | - |
| XYZ | 43.47 | 21.73 | 67.55 | - |
| YUV | 110.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 217 | 0 | 0.86 | 0.03 | 0.13 | 301.88 | 0.75 | 0.5 |
| Hex | DF | 20 | D9 | 0 | 56 | 3 | D | 12E | 4B | 32 |
| Octal | 337 | 40 | 331 | 0 | 126 | 3 | 15 | 456 | 113 | 62 |
| Binary | 11011111 | 100000 | 11011001 | 0 | 1010110 | 11 | 1101 | 100101110 | 1001011 | 110010 |
Color Harmonies of #DF20D9
Complementary color
Monochromatic Colors of #DF20D9
Black with #DF20D9
Text Example
Text Example
White with #DF20D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20D9; }
p { color: rgb(223,32,217); }
H1.HeaderClassName
{
color: #DF20D9;
}
.AnyTagClassName
{
color: #DF20D9;
}
</style>
background-color css
<style>
a { background-color: #DF20D9; }
a { background-color: rgb(223,32,217); }
div.DivClassName
{
background-color: #DF20D9;
}
.BgClassName
{
background-color: #DF20D9;
}
</style>
border-color css
<style>
span { border-color: #DF20D9; }
span { border-color: rgb(223,32,217); }
td.TdClassName
{
border-color: #DF20D9;
}
.TagClassName
{
border-color: #DF20D9;
}
</style>