Shades of Medium Violet Red #DB19A0
Tints of Medium Violet Red #DB19A0
RGB
CMYK
RGB Variations
Color information
#DB19A0 (or 0xDB19A0) is known color: Medium Violet Red. HEX triplet: DB, 19 and A0. RGB value is (219,25,160). Sum of RGB (Red+Green+Blue) = 219+25+160=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19A0 is #24E65F. Grayscale: #626262. Windows color (decimal): -2418272 or 10492379. OLE color: 10492379.
HSL color Cylindrical-coordinate representation of color #DB19A0: hue angle of 318.25º 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 #DB19A0 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 160 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.14 |
| HSL | 318.25º | 0.8% | 0.48% | - |
| HSV(B) | 318.25º | 0.89% | 0.86% | - |
| XYZ | 35.91 | 18.29 | 34.9 | - |
| YUV | 98.4 | 162.77 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 160 | 0 | 0.89 | 0.27 | 0.14 | 318.25 | 0.8 | 0.48 |
| Hex | DB | 19 | A0 | 0 | 59 | 1B | E | 13E | 50 | 30 |
| Octal | 333 | 31 | 240 | 0 | 131 | 33 | 16 | 476 | 120 | 60 |
| Binary | 11011011 | 11001 | 10100000 | 0 | 1011001 | 11011 | 1110 | 100111110 | 1010000 | 110000 |
Color Harmonies of #DB19A0
Complementary color
Monochromatic Colors of #DB19A0
Black with #DB19A0
Text Example
Text Example
White with #DB19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19A0; }
p { color: rgb(219,25,160); }
H1.HeaderClassName
{
color: #DB19A0;
}
.AnyTagClassName
{
color: #DB19A0;
}
</style>
background-color css
<style>
a { background-color: #DB19A0; }
a { background-color: rgb(219,25,160); }
div.DivClassName
{
background-color: #DB19A0;
}
.BgClassName
{
background-color: #DB19A0;
}
</style>
border-color css
<style>
span { border-color: #DB19A0; }
span { border-color: rgb(219,25,160); }
td.TdClassName
{
border-color: #DB19A0;
}
.TagClassName
{
border-color: #DB19A0;
}
</style>