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