Shades of Medium Violet Red #DB198A
Tints of Medium Violet Red #DB198A
RGB
CMYK
RGB Variations
Color information
#DB198A (or 0xDB198A) is known color: Medium Violet Red. HEX triplet: DB, 19 and 8A. RGB value is (219,25,138). Sum of RGB (Red+Green+Blue) = 219+25+138=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB198A is #24E675. Grayscale: #5F5F5F. Windows color (decimal): -2418294 or 9050587. OLE color: 9050587.
HSL color Cylindrical-coordinate representation of color #DB198A: hue angle of 325.05º 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 #DB198A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.14 |
| HSL | 325.05º | 0.8% | 0.48% | - |
| HSV(B) | 325.05º | 0.89% | 0.86% | - |
| XYZ | 34.15 | 17.59 | 25.64 | - |
| YUV | 95.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 138 | 0 | 0.89 | 0.37 | 0.14 | 325.05 | 0.8 | 0.48 |
| Hex | DB | 19 | 8A | 0 | 59 | 25 | E | 145 | 50 | 30 |
| Octal | 333 | 31 | 212 | 0 | 131 | 45 | 16 | 505 | 120 | 60 |
| Binary | 11011011 | 11001 | 10001010 | 0 | 1011001 | 100101 | 1110 | 101000101 | 1010000 | 110000 |
Color Harmonies of #DB198A
Complementary color
Monochromatic Colors of #DB198A
Black with #DB198A
Text Example
Text Example
White with #DB198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB198A; }
p { color: rgb(219,25,138); }
H1.HeaderClassName
{
color: #DB198A;
}
.AnyTagClassName
{
color: #DB198A;
}
</style>
background-color css
<style>
a { background-color: #DB198A; }
a { background-color: rgb(219,25,138); }
div.DivClassName
{
background-color: #DB198A;
}
.BgClassName
{
background-color: #DB198A;
}
</style>
border-color css
<style>
span { border-color: #DB198A; }
span { border-color: rgb(219,25,138); }
td.TdClassName
{
border-color: #DB198A;
}
.TagClassName
{
border-color: #DB198A;
}
</style>