Shades of Deep Magenta #DF20D1
Tints of Deep Magenta #DF20D1
RGB
CMYK
RGB Variations
Color information
#DF20D1 (or 0xDF20D1) is known color: Deep Magenta. HEX triplet: DF, 20 and D1. RGB value is (223,32,209). Sum of RGB (Red+Green+Blue) = 223+32+209=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20D1 is #20DF2E. Grayscale: #6C6C6C. Windows color (decimal): -2154287 or 13705439. OLE color: 13705439.
HSL color Cylindrical-coordinate representation of color #DF20D1: hue angle of 304.4º 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 #DF20D1 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 209 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.13 |
| HSL | 304.4º | 0.75% | 0.5% | - |
| HSV(B) | 304.4º | 0.86% | 0.87% | - |
| XYZ | 42.46 | 21.32 | 62.2 | - |
| YUV | 109.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 209 | 0 | 0.86 | 0.06 | 0.13 | 304.4 | 0.75 | 0.5 |
| Hex | DF | 20 | D1 | 0 | 56 | 6 | D | 130 | 4B | 32 |
| Octal | 337 | 40 | 321 | 0 | 126 | 6 | 15 | 460 | 113 | 62 |
| Binary | 11011111 | 100000 | 11010001 | 0 | 1010110 | 110 | 1101 | 100110000 | 1001011 | 110010 |
Color Harmonies of #DF20D1
Complementary color
Monochromatic Colors of #DF20D1
Black with #DF20D1
Text Example
Text Example
White with #DF20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20D1; }
p { color: rgb(223,32,209); }
H1.HeaderClassName
{
color: #DF20D1;
}
.AnyTagClassName
{
color: #DF20D1;
}
</style>
background-color css
<style>
a { background-color: #DF20D1; }
a { background-color: rgb(223,32,209); }
div.DivClassName
{
background-color: #DF20D1;
}
.BgClassName
{
background-color: #DF20D1;
}
</style>
border-color css
<style>
span { border-color: #DF20D1; }
span { border-color: rgb(223,32,209); }
td.TdClassName
{
border-color: #DF20D1;
}
.TagClassName
{
border-color: #DF20D1;
}
</style>