Shades of Deep Magenta #DF20CE
Tints of Deep Magenta #DF20CE
RGB
CMYK
RGB Variations
Color information
#DF20CE (or 0xDF20CE) is known color: Deep Magenta. HEX triplet: DF, 20 and CE. RGB value is (223,32,206). Sum of RGB (Red+Green+Blue) = 223+32+206=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20CE is #20DF31. Grayscale: #6C6C6C. Windows color (decimal): -2154290 or 13508831. OLE color: 13508831.
HSL color Cylindrical-coordinate representation of color #DF20CE: hue angle of 305.34º 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 #DF20CE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 206 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.13 |
| HSL | 305.34º | 0.75% | 0.5% | - |
| HSV(B) | 305.34º | 0.86% | 0.87% | - |
| XYZ | 42.09 | 21.18 | 60.26 | - |
| YUV | 108.95 | 182.78 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 206 | 0 | 0.86 | 0.08 | 0.13 | 305.34 | 0.75 | 0.5 |
| Hex | DF | 20 | CE | 0 | 56 | 8 | D | 131 | 4B | 32 |
| Octal | 337 | 40 | 316 | 0 | 126 | 10 | 15 | 461 | 113 | 62 |
| Binary | 11011111 | 100000 | 11001110 | 0 | 1010110 | 1000 | 1101 | 100110001 | 1001011 | 110010 |
Color Harmonies of #DF20CE
Complementary color
Monochromatic Colors of #DF20CE
Black with #DF20CE
Text Example
Text Example
White with #DF20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20CE; }
p { color: rgb(223,32,206); }
H1.HeaderClassName
{
color: #DF20CE;
}
.AnyTagClassName
{
color: #DF20CE;
}
</style>
background-color css
<style>
a { background-color: #DF20CE; }
a { background-color: rgb(223,32,206); }
div.DivClassName
{
background-color: #DF20CE;
}
.BgClassName
{
background-color: #DF20CE;
}
</style>
border-color css
<style>
span { border-color: #DF20CE; }
span { border-color: rgb(223,32,206); }
td.TdClassName
{
border-color: #DF20CE;
}
.TagClassName
{
border-color: #DF20CE;
}
</style>