Shades of Deep Magenta #DB04DF
Tints of Deep Magenta #DB04DF
RGB
CMYK
RGB Variations
Color information
#DB04DF (or 0xDB04DF) is known color: Deep Magenta. HEX triplet: DB, 04 and DF. RGB value is (219,4,223). Sum of RGB (Red+Green+Blue) = 219+4+223=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04DF is #24FB20. Grayscale: #5C5C5C. Windows color (decimal): -2423585 or 14615771. OLE color: 14615771.
HSL color Cylindrical-coordinate representation of color #DB04DF: hue angle of 298.9º 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 #DB04DF is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 4 | 223 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.13 |
| HSL | 298.9º | 0.96% | 0.45% | - |
| HSV(B) | 298.9º | 0.98% | 0.87% | - |
| XYZ | 42.58 | 20.47 | 71.52 | - |
| YUV | 93.25 | 201.23 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 223 | 0.02 | 0.98 | 0 | 0.13 | 298.9 | 0.96 | 0.45 |
| Hex | DB | 4 | DF | 2 | 62 | 0 | D | 12B | 60 | 2D |
| Octal | 333 | 4 | 337 | 2 | 142 | 0 | 15 | 453 | 140 | 55 |
| Binary | 11011011 | 100 | 11011111 | 10 | 1100010 | 0 | 1101 | 100101011 | 1100000 | 101101 |
Color Harmonies of #DB04DF
Complementary color
Monochromatic Colors of #DB04DF
Black with #DB04DF
Text Example
Text Example
White with #DB04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04DF; }
p { color: rgb(219,4,223); }
H1.HeaderClassName
{
color: #DB04DF;
}
.AnyTagClassName
{
color: #DB04DF;
}
</style>
background-color css
<style>
a { background-color: #DB04DF; }
a { background-color: rgb(219,4,223); }
div.DivClassName
{
background-color: #DB04DF;
}
.BgClassName
{
background-color: #DB04DF;
}
</style>
border-color css
<style>
span { border-color: #DB04DF; }
span { border-color: rgb(219,4,223); }
td.TdClassName
{
border-color: #DB04DF;
}
.TagClassName
{
border-color: #DB04DF;
}
</style>