Shades of Deep Magenta #DF20DA
Tints of Deep Magenta #DF20DA
RGB
CMYK
RGB Variations
Color information
#DF20DA (or 0xDF20DA) is known color: Deep Magenta. HEX triplet: DF, 20 and DA. RGB value is (223,32,218). Sum of RGB (Red+Green+Blue) = 223+32+218=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20DA is #20DF25. Grayscale: #6D6D6D. Windows color (decimal): -2154278 or 14295263. OLE color: 14295263.
HSL color Cylindrical-coordinate representation of color #DF20DA: hue angle of 301.57º 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 #DF20DA is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 218 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.13 |
| HSL | 301.57º | 0.75% | 0.5% | - |
| HSV(B) | 301.57º | 0.86% | 0.87% | - |
| XYZ | 43.6 | 21.78 | 68.24 | - |
| YUV | 110.31 | 188.78 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 218 | 0 | 0.86 | 0.02 | 0.13 | 301.57 | 0.75 | 0.5 |
| Hex | DF | 20 | DA | 0 | 56 | 2 | D | 12E | 4B | 32 |
| Octal | 337 | 40 | 332 | 0 | 126 | 2 | 15 | 456 | 113 | 62 |
| Binary | 11011111 | 100000 | 11011010 | 0 | 1010110 | 10 | 1101 | 100101110 | 1001011 | 110010 |
Color Harmonies of #DF20DA
Complementary color
Monochromatic Colors of #DF20DA
Black with #DF20DA
Text Example
Text Example
White with #DF20DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20DA; }
p { color: rgb(223,32,218); }
H1.HeaderClassName
{
color: #DF20DA;
}
.AnyTagClassName
{
color: #DF20DA;
}
</style>
background-color css
<style>
a { background-color: #DF20DA; }
a { background-color: rgb(223,32,218); }
div.DivClassName
{
background-color: #DF20DA;
}
.BgClassName
{
background-color: #DF20DA;
}
</style>
border-color css
<style>
span { border-color: #DF20DA; }
span { border-color: rgb(223,32,218); }
td.TdClassName
{
border-color: #DF20DA;
}
.TagClassName
{
border-color: #DF20DA;
}
</style>