Shades of Deep Magenta #DF04DB
Tints of Deep Magenta #DF04DB
RGB
CMYK
RGB Variations
Color information
#DF04DB (or 0xDF04DB) is known color: Deep Magenta. HEX triplet: DF, 04 and DB. RGB value is (223,4,219). Sum of RGB (Red+Green+Blue) = 223+4+219=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04DB is #20FB24. Grayscale: #5D5D5D. Windows color (decimal): -2161445 or 14353631. OLE color: 14353631.
HSL color Cylindrical-coordinate representation of color #DF04DB: hue angle of 301.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04DB is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.13 |
| HSL | 301.1º | 0.96% | 0.45% | - |
| HSV(B) | 301.1º | 0.98% | 0.87% | - |
| XYZ | 43.26 | 20.89 | 68.77 | - |
| YUV | 93.99 | 198.55 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 219 | 0 | 0.98 | 0.02 | 0.13 | 301.1 | 0.96 | 0.45 |
| Hex | DF | 4 | DB | 0 | 62 | 2 | D | 12D | 60 | 2D |
| Octal | 337 | 4 | 333 | 0 | 142 | 2 | 15 | 455 | 140 | 55 |
| Binary | 11011111 | 100 | 11011011 | 0 | 1100010 | 10 | 1101 | 100101101 | 1100000 | 101101 |
Color Harmonies of #DF04DB
Complementary color
Monochromatic Colors of #DF04DB
Black with #DF04DB
Text Example
Text Example
White with #DF04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04DB; }
p { color: rgb(223,4,219); }
H1.HeaderClassName
{
color: #DF04DB;
}
.AnyTagClassName
{
color: #DF04DB;
}
</style>
background-color css
<style>
a { background-color: #DF04DB; }
a { background-color: rgb(223,4,219); }
div.DivClassName
{
background-color: #DF04DB;
}
.BgClassName
{
background-color: #DF04DB;
}
</style>
border-color css
<style>
span { border-color: #DF04DB; }
span { border-color: rgb(223,4,219); }
td.TdClassName
{
border-color: #DF04DB;
}
.TagClassName
{
border-color: #DF04DB;
}
</style>