Shades of Medium Violet Red #DB199E
Tints of Medium Violet Red #DB199E
RGB
CMYK
RGB Variations
Color information
#DB199E (or 0xDB199E) is known color: Medium Violet Red. HEX triplet: DB, 19 and 9E. RGB value is (219,25,158). Sum of RGB (Red+Green+Blue) = 219+25+158=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB199E is #24E661. Grayscale: #616161. Windows color (decimal): -2418274 or 10361307. OLE color: 10361307.
HSL color Cylindrical-coordinate representation of color #DB199E: hue angle of 318.87º 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 #DB199E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 158 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.14 |
| HSL | 318.87º | 0.8% | 0.48% | - |
| HSV(B) | 318.87º | 0.89% | 0.86% | - |
| XYZ | 35.73 | 18.22 | 33.98 | - |
| YUV | 98.17 | 161.77 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 158 | 0 | 0.89 | 0.28 | 0.14 | 318.87 | 0.8 | 0.48 |
| Hex | DB | 19 | 9E | 0 | 59 | 1C | E | 13F | 50 | 30 |
| Octal | 333 | 31 | 236 | 0 | 131 | 34 | 16 | 477 | 120 | 60 |
| Binary | 11011011 | 11001 | 10011110 | 0 | 1011001 | 11100 | 1110 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DB199E
Complementary color
Monochromatic Colors of #DB199E
Black with #DB199E
Text Example
Text Example
White with #DB199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB199E; }
p { color: rgb(219,25,158); }
H1.HeaderClassName
{
color: #DB199E;
}
.AnyTagClassName
{
color: #DB199E;
}
</style>
background-color css
<style>
a { background-color: #DB199E; }
a { background-color: rgb(219,25,158); }
div.DivClassName
{
background-color: #DB199E;
}
.BgClassName
{
background-color: #DB199E;
}
</style>
border-color css
<style>
span { border-color: #DB199E; }
span { border-color: rgb(219,25,158); }
td.TdClassName
{
border-color: #DB199E;
}
.TagClassName
{
border-color: #DB199E;
}
</style>