Shades of Medium Violet Red #DB198B
Tints of Medium Violet Red #DB198B
RGB
CMYK
RGB Variations
Color information
#DB198B (or 0xDB198B) is known color: Medium Violet Red. HEX triplet: DB, 19 and 8B. RGB value is (219,25,139). Sum of RGB (Red+Green+Blue) = 219+25+139=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB198B is #24E674. Grayscale: #5F5F5F. Windows color (decimal): -2418293 or 9116123. OLE color: 9116123.
HSL color Cylindrical-coordinate representation of color #DB198B: hue angle of 324.74º 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 #DB198B is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 139 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.14 |
| HSL | 324.74º | 0.8% | 0.48% | - |
| HSV(B) | 324.74º | 0.89% | 0.86% | - |
| XYZ | 34.22 | 17.62 | 26.02 | - |
| YUV | 96 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 139 | 0 | 0.89 | 0.37 | 0.14 | 324.74 | 0.8 | 0.48 |
| Hex | DB | 19 | 8B | 0 | 59 | 25 | E | 145 | 50 | 30 |
| Octal | 333 | 31 | 213 | 0 | 131 | 45 | 16 | 505 | 120 | 60 |
| Binary | 11011011 | 11001 | 10001011 | 0 | 1011001 | 100101 | 1110 | 101000101 | 1010000 | 110000 |
Color Harmonies of #DB198B
Complementary color
Monochromatic Colors of #DB198B
Black with #DB198B
Text Example
Text Example
White with #DB198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB198B; }
p { color: rgb(219,25,139); }
H1.HeaderClassName
{
color: #DB198B;
}
.AnyTagClassName
{
color: #DB198B;
}
</style>
background-color css
<style>
a { background-color: #DB198B; }
a { background-color: rgb(219,25,139); }
div.DivClassName
{
background-color: #DB198B;
}
.BgClassName
{
background-color: #DB198B;
}
</style>
border-color css
<style>
span { border-color: #DB198B; }
span { border-color: rgb(219,25,139); }
td.TdClassName
{
border-color: #DB198B;
}
.TagClassName
{
border-color: #DB198B;
}
</style>