Shades of Deep Magenta #DB19DF
Tints of Deep Magenta #DB19DF
RGB
CMYK
RGB Variations
Color information
#DB19DF (or 0xDB19DF) is known color: Deep Magenta. HEX triplet: DB, 19 and DF. RGB value is (219,25,223). Sum of RGB (Red+Green+Blue) = 219+25+223=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19DF is #24E620. Grayscale: #686868. Windows color (decimal): -2418209 or 14621147. OLE color: 14621147.
HSL color Cylindrical-coordinate representation of color #DB19DF: hue angle of 298.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19DF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 25 | 223 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.13 |
| HSL | 298.79º | 0.8% | 0.49% | - |
| HSV(B) | 298.79º | 0.89% | 0.87% | - |
| XYZ | 42.88 | 21.08 | 71.62 | - |
| YUV | 105.58 | 194.27 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 223 | 0.02 | 0.89 | 0 | 0.13 | 298.79 | 0.8 | 0.49 |
| Hex | DB | 19 | DF | 2 | 59 | 0 | D | 12B | 50 | 31 |
| Octal | 333 | 31 | 337 | 2 | 131 | 0 | 15 | 453 | 120 | 61 |
| Binary | 11011011 | 11001 | 11011111 | 10 | 1011001 | 0 | 1101 | 100101011 | 1010000 | 110001 |
Color Harmonies of #DB19DF
Complementary color
Monochromatic Colors of #DB19DF
Black with #DB19DF
Text Example
Text Example
White with #DB19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19DF; }
p { color: rgb(219,25,223); }
H1.HeaderClassName
{
color: #DB19DF;
}
.AnyTagClassName
{
color: #DB19DF;
}
</style>
background-color css
<style>
a { background-color: #DB19DF; }
a { background-color: rgb(219,25,223); }
div.DivClassName
{
background-color: #DB19DF;
}
.BgClassName
{
background-color: #DB19DF;
}
</style>
border-color css
<style>
span { border-color: #DB19DF; }
span { border-color: rgb(219,25,223); }
td.TdClassName
{
border-color: #DB19DF;
}
.TagClassName
{
border-color: #DB19DF;
}
</style>