Shades of Deep Magenta #DF20D3
Tints of Deep Magenta #DF20D3
RGB
CMYK
RGB Variations
Color information
#DF20D3 (or 0xDF20D3) is known color: Deep Magenta. HEX triplet: DF, 20 and D3. RGB value is (223,32,211). Sum of RGB (Red+Green+Blue) = 223+32+211=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20D3 is #20DF2C. Grayscale: #6C6C6C. Windows color (decimal): -2154285 or 13836511. OLE color: 13836511.
HSL color Cylindrical-coordinate representation of color #DF20D3: hue angle of 303.77º 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 #DF20D3 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 211 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.13 |
| HSL | 303.77º | 0.75% | 0.5% | - |
| HSV(B) | 303.77º | 0.86% | 0.87% | - |
| XYZ | 42.71 | 21.42 | 63.51 | - |
| YUV | 109.52 | 185.28 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 211 | 0 | 0.86 | 0.05 | 0.13 | 303.77 | 0.75 | 0.5 |
| Hex | DF | 20 | D3 | 0 | 56 | 5 | D | 130 | 4B | 32 |
| Octal | 337 | 40 | 323 | 0 | 126 | 5 | 15 | 460 | 113 | 62 |
| Binary | 11011111 | 100000 | 11010011 | 0 | 1010110 | 101 | 1101 | 100110000 | 1001011 | 110010 |
Color Harmonies of #DF20D3
Complementary color
Monochromatic Colors of #DF20D3
Black with #DF20D3
Text Example
Text Example
White with #DF20D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20D3; }
p { color: rgb(223,32,211); }
H1.HeaderClassName
{
color: #DF20D3;
}
.AnyTagClassName
{
color: #DF20D3;
}
</style>
background-color css
<style>
a { background-color: #DF20D3; }
a { background-color: rgb(223,32,211); }
div.DivClassName
{
background-color: #DF20D3;
}
.BgClassName
{
background-color: #DF20D3;
}
</style>
border-color css
<style>
span { border-color: #DF20D3; }
span { border-color: rgb(223,32,211); }
td.TdClassName
{
border-color: #DF20D3;
}
.TagClassName
{
border-color: #DF20D3;
}
</style>