Shades of Deep Magenta #DF21DB
Tints of Deep Magenta #DF21DB
RGB
CMYK
RGB Variations
Color information
#DF21DB (or 0xDF21DB) is known color: Deep Magenta. HEX triplet: DF, 21 and DB. RGB value is (223,33,219). Sum of RGB (Red+Green+Blue) = 223+33+219=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21DB is #20DE24. Grayscale: #6E6E6E. Windows color (decimal): -2154021 or 14361055. OLE color: 14361055.
HSL color Cylindrical-coordinate representation of color #DF21DB: hue angle of 301.26º 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 #DF21DB is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 219 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.13 |
| HSL | 301.26º | 0.75% | 0.5% | - |
| HSV(B) | 301.26º | 0.85% | 0.87% | - |
| XYZ | 43.76 | 21.89 | 68.94 | - |
| YUV | 111.01 | 188.95 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 219 | 0 | 0.85 | 0.02 | 0.13 | 301.26 | 0.75 | 0.5 |
| Hex | DF | 21 | DB | 0 | 55 | 2 | D | 12D | 4B | 32 |
| Octal | 337 | 41 | 333 | 0 | 125 | 2 | 15 | 455 | 113 | 62 |
| Binary | 11011111 | 100001 | 11011011 | 0 | 1010101 | 10 | 1101 | 100101101 | 1001011 | 110010 |
Color Harmonies of #DF21DB
Complementary color
Monochromatic Colors of #DF21DB
Black with #DF21DB
Text Example
Text Example
White with #DF21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21DB; }
p { color: rgb(223,33,219); }
H1.HeaderClassName
{
color: #DF21DB;
}
.AnyTagClassName
{
color: #DF21DB;
}
</style>
background-color css
<style>
a { background-color: #DF21DB; }
a { background-color: rgb(223,33,219); }
div.DivClassName
{
background-color: #DF21DB;
}
.BgClassName
{
background-color: #DF21DB;
}
</style>
border-color css
<style>
span { border-color: #DF21DB; }
span { border-color: rgb(223,33,219); }
td.TdClassName
{
border-color: #DF21DB;
}
.TagClassName
{
border-color: #DF21DB;
}
</style>