Shades of Medium Violet Red #DB189B
Tints of Medium Violet Red #DB189B
RGB
CMYK
RGB Variations
Color information
#DB189B (or 0xDB189B) is known color: Medium Violet Red. HEX triplet: DB, 18 and 9B. RGB value is (219,24,155). Sum of RGB (Red+Green+Blue) = 219+24+155=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB189B is #24E764. Grayscale: #606060. Windows color (decimal): -2418533 or 10164443. OLE color: 10164443.
HSL color Cylindrical-coordinate representation of color #DB189B: hue angle of 319.69º 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 #DB189B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 155 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.14 |
| HSL | 319.69º | 0.8% | 0.48% | - |
| HSV(B) | 319.69º | 0.89% | 0.86% | - |
| XYZ | 35.46 | 18.08 | 32.63 | - |
| YUV | 97.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 155 | 0 | 0.89 | 0.29 | 0.14 | 319.69 | 0.8 | 0.48 |
| Hex | DB | 18 | 9B | 0 | 59 | 1D | E | 140 | 50 | 30 |
| Octal | 333 | 30 | 233 | 0 | 131 | 35 | 16 | 500 | 120 | 60 |
| Binary | 11011011 | 11000 | 10011011 | 0 | 1011001 | 11101 | 1110 | 101000000 | 1010000 | 110000 |
Color Harmonies of #DB189B
Complementary color
Monochromatic Colors of #DB189B
Black with #DB189B
Text Example
Text Example
White with #DB189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB189B; }
p { color: rgb(219,24,155); }
H1.HeaderClassName
{
color: #DB189B;
}
.AnyTagClassName
{
color: #DB189B;
}
</style>
background-color css
<style>
a { background-color: #DB189B; }
a { background-color: rgb(219,24,155); }
div.DivClassName
{
background-color: #DB189B;
}
.BgClassName
{
background-color: #DB189B;
}
</style>
border-color css
<style>
span { border-color: #DB189B; }
span { border-color: rgb(219,24,155); }
td.TdClassName
{
border-color: #DB189B;
}
.TagClassName
{
border-color: #DB189B;
}
</style>