Shades of Medium Violet Red #DB189E
Tints of Medium Violet Red #DB189E
RGB
CMYK
RGB Variations
Color information
#DB189E (or 0xDB189E) is known color: Medium Violet Red. HEX triplet: DB, 18 and 9E. RGB value is (219,24,158). Sum of RGB (Red+Green+Blue) = 219+24+158=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB189E is #24E761. Grayscale: #616161. Windows color (decimal): -2418530 or 10361051. OLE color: 10361051.
HSL color Cylindrical-coordinate representation of color #DB189E: hue angle of 318.77º 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 #DB189E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 158 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.14 |
| HSL | 318.77º | 0.8% | 0.48% | - |
| HSV(B) | 318.77º | 0.89% | 0.86% | - |
| XYZ | 35.71 | 18.18 | 33.98 | - |
| YUV | 97.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 158 | 0 | 0.89 | 0.28 | 0.14 | 318.77 | 0.8 | 0.48 |
| Hex | DB | 18 | 9E | 0 | 59 | 1C | E | 13F | 50 | 30 |
| Octal | 333 | 30 | 236 | 0 | 131 | 34 | 16 | 477 | 120 | 60 |
| Binary | 11011011 | 11000 | 10011110 | 0 | 1011001 | 11100 | 1110 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DB189E
Complementary color
Monochromatic Colors of #DB189E
Black with #DB189E
Text Example
Text Example
White with #DB189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB189E; }
p { color: rgb(219,24,158); }
H1.HeaderClassName
{
color: #DB189E;
}
.AnyTagClassName
{
color: #DB189E;
}
</style>
background-color css
<style>
a { background-color: #DB189E; }
a { background-color: rgb(219,24,158); }
div.DivClassName
{
background-color: #DB189E;
}
.BgClassName
{
background-color: #DB189E;
}
</style>
border-color css
<style>
span { border-color: #DB189E; }
span { border-color: rgb(219,24,158); }
td.TdClassName
{
border-color: #DB189E;
}
.TagClassName
{
border-color: #DB189E;
}
</style>