Shades of Medium Violet Red #DB199F
Tints of Medium Violet Red #DB199F
RGB
CMYK
RGB Variations
Color information
#DB199F (or 0xDB199F) is known color: Medium Violet Red. HEX triplet: DB, 19 and 9F. RGB value is (219,25,159). Sum of RGB (Red+Green+Blue) = 219+25+159=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB199F is #24E660. Grayscale: #616161. Windows color (decimal): -2418273 or 10426843. OLE color: 10426843.
HSL color Cylindrical-coordinate representation of color #DB199F: hue angle of 318.56º 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 #DB199F is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 159 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.14 |
| HSL | 318.56º | 0.8% | 0.48% | - |
| HSV(B) | 318.56º | 0.89% | 0.86% | - |
| XYZ | 35.82 | 18.26 | 34.44 | - |
| YUV | 98.28 | 162.27 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 159 | 0 | 0.89 | 0.27 | 0.14 | 318.56 | 0.8 | 0.48 |
| Hex | DB | 19 | 9F | 0 | 59 | 1B | E | 13F | 50 | 30 |
| Octal | 333 | 31 | 237 | 0 | 131 | 33 | 16 | 477 | 120 | 60 |
| Binary | 11011011 | 11001 | 10011111 | 0 | 1011001 | 11011 | 1110 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DB199F
Complementary color
Monochromatic Colors of #DB199F
Black with #DB199F
Text Example
Text Example
White with #DB199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB199F; }
p { color: rgb(219,25,159); }
H1.HeaderClassName
{
color: #DB199F;
}
.AnyTagClassName
{
color: #DB199F;
}
</style>
background-color css
<style>
a { background-color: #DB199F; }
a { background-color: rgb(219,25,159); }
div.DivClassName
{
background-color: #DB199F;
}
.BgClassName
{
background-color: #DB199F;
}
</style>
border-color css
<style>
span { border-color: #DB199F; }
span { border-color: rgb(219,25,159); }
td.TdClassName
{
border-color: #DB199F;
}
.TagClassName
{
border-color: #DB199F;
}
</style>