Shades of Deep Magenta #DB19CF
Tints of Deep Magenta #DB19CF
RGB
CMYK
RGB Variations
Color information
#DB19CF (or 0xDB19CF) is known color: Deep Magenta. HEX triplet: DB, 19 and CF. RGB value is (219,25,207). Sum of RGB (Red+Green+Blue) = 219+25+207=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19CF is #24E630. Grayscale: #676767. Windows color (decimal): -2418225 or 13572571. OLE color: 13572571.
HSL color Cylindrical-coordinate representation of color #DB19CF: hue angle of 303.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19CF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 207 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.14 |
| HSL | 303.71º | 0.8% | 0.48% | - |
| HSV(B) | 303.71º | 0.89% | 0.86% | - |
| XYZ | 40.82 | 20.26 | 60.79 | - |
| YUV | 103.75 | 186.27 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 207 | 0 | 0.89 | 0.05 | 0.14 | 303.71 | 0.8 | 0.48 |
| Hex | DB | 19 | CF | 0 | 59 | 5 | E | 130 | 50 | 30 |
| Octal | 333 | 31 | 317 | 0 | 131 | 5 | 16 | 460 | 120 | 60 |
| Binary | 11011011 | 11001 | 11001111 | 0 | 1011001 | 101 | 1110 | 100110000 | 1010000 | 110000 |
Color Harmonies of #DB19CF
Complementary color
Monochromatic Colors of #DB19CF
Black with #DB19CF
Text Example
Text Example
White with #DB19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19CF; }
p { color: rgb(219,25,207); }
H1.HeaderClassName
{
color: #DB19CF;
}
.AnyTagClassName
{
color: #DB19CF;
}
</style>
background-color css
<style>
a { background-color: #DB19CF; }
a { background-color: rgb(219,25,207); }
div.DivClassName
{
background-color: #DB19CF;
}
.BgClassName
{
background-color: #DB19CF;
}
</style>
border-color css
<style>
span { border-color: #DB19CF; }
span { border-color: rgb(219,25,207); }
td.TdClassName
{
border-color: #DB19CF;
}
.TagClassName
{
border-color: #DB19CF;
}
</style>