Shades of Deep Magenta #DF21DE
Tints of Deep Magenta #DF21DE
RGB
CMYK
RGB Variations
Color information
#DF21DE (or 0xDF21DE) is known color: Deep Magenta. HEX triplet: DF, 21 and DE. RGB value is (223,33,222). Sum of RGB (Red+Green+Blue) = 223+33+222=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21DE is #20DE21. Grayscale: #6E6E6E. Windows color (decimal): -2154018 or 14557663. OLE color: 14557663.
HSL color Cylindrical-coordinate representation of color #DF21DE: hue angle of 300.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF21DE is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 222 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.13 |
| HSL | 300.32º | 0.75% | 0.5% | - |
| HSV(B) | 300.32º | 0.85% | 0.87% | - |
| XYZ | 44.16 | 22.05 | 71.04 | - |
| YUV | 111.36 | 190.45 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 222 | 0 | 0.85 | 0.00 | 0.13 | 300.32 | 0.75 | 0.5 |
| Hex | DF | 21 | DE | 0 | 55 | 0 | D | 12C | 4B | 32 |
| Octal | 337 | 41 | 336 | 0 | 125 | 0 | 15 | 454 | 113 | 62 |
| Binary | 11011111 | 100001 | 11011110 | 0 | 1010101 | 0 | 1101 | 100101100 | 1001011 | 110010 |
Color Harmonies of #DF21DE
Complementary color
Monochromatic Colors of #DF21DE
Black with #DF21DE
Text Example
Text Example
White with #DF21DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21DE; }
p { color: rgb(223,33,222); }
H1.HeaderClassName
{
color: #DF21DE;
}
.AnyTagClassName
{
color: #DF21DE;
}
</style>
background-color css
<style>
a { background-color: #DF21DE; }
a { background-color: rgb(223,33,222); }
div.DivClassName
{
background-color: #DF21DE;
}
.BgClassName
{
background-color: #DF21DE;
}
</style>
border-color css
<style>
span { border-color: #DF21DE; }
span { border-color: rgb(223,33,222); }
td.TdClassName
{
border-color: #DF21DE;
}
.TagClassName
{
border-color: #DF21DE;
}
</style>