Shades of Medium Violet Red #DB199C
Tints of Medium Violet Red #DB199C
RGB
CMYK
RGB Variations
Color information
#DB199C (or 0xDB199C) is known color: Medium Violet Red. HEX triplet: DB, 19 and 9C. RGB value is (219,25,156). Sum of RGB (Red+Green+Blue) = 219+25+156=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB199C is #24E663. Grayscale: #616161. Windows color (decimal): -2418276 or 10230235. OLE color: 10230235.
HSL color Cylindrical-coordinate representation of color #DB199C: hue angle of 319.48º 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 #DB199C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 156 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.14 |
| HSL | 319.48º | 0.8% | 0.48% | - |
| HSV(B) | 319.48º | 0.89% | 0.86% | - |
| XYZ | 35.56 | 18.16 | 33.08 | - |
| YUV | 97.94 | 160.77 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 156 | 0 | 0.89 | 0.29 | 0.14 | 319.48 | 0.8 | 0.48 |
| Hex | DB | 19 | 9C | 0 | 59 | 1D | E | 13F | 50 | 30 |
| Octal | 333 | 31 | 234 | 0 | 131 | 35 | 16 | 477 | 120 | 60 |
| Binary | 11011011 | 11001 | 10011100 | 0 | 1011001 | 11101 | 1110 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DB199C
Complementary color
Monochromatic Colors of #DB199C
Black with #DB199C
Text Example
Text Example
White with #DB199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB199C; }
p { color: rgb(219,25,156); }
H1.HeaderClassName
{
color: #DB199C;
}
.AnyTagClassName
{
color: #DB199C;
}
</style>
background-color css
<style>
a { background-color: #DB199C; }
a { background-color: rgb(219,25,156); }
div.DivClassName
{
background-color: #DB199C;
}
.BgClassName
{
background-color: #DB199C;
}
</style>
border-color css
<style>
span { border-color: #DB199C; }
span { border-color: rgb(219,25,156); }
td.TdClassName
{
border-color: #DB199C;
}
.TagClassName
{
border-color: #DB199C;
}
</style>