Shades of Medium Violet Red #DB189A
Tints of Medium Violet Red #DB189A
RGB
CMYK
RGB Variations
Color information
#DB189A (or 0xDB189A) is known color: Medium Violet Red. HEX triplet: DB, 18 and 9A. RGB value is (219,24,154). Sum of RGB (Red+Green+Blue) = 219+24+154=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB189A is #24E765. Grayscale: #606060. Windows color (decimal): -2418534 or 10098907. OLE color: 10098907.
HSL color Cylindrical-coordinate representation of color #DB189A: hue angle of 320º 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 #DB189A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 154 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.14 |
| HSL | 320º | 0.8% | 0.48% | - |
| HSV(B) | 320º | 0.89% | 0.86% | - |
| XYZ | 35.37 | 18.05 | 32.19 | - |
| YUV | 97.13 | 160.1 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 154 | 0 | 0.89 | 0.30 | 0.14 | 320 | 0.8 | 0.48 |
| Hex | DB | 18 | 9A | 0 | 59 | 1E | E | 140 | 50 | 30 |
| Octal | 333 | 30 | 232 | 0 | 131 | 36 | 16 | 500 | 120 | 60 |
| Binary | 11011011 | 11000 | 10011010 | 0 | 1011001 | 11110 | 1110 | 101000000 | 1010000 | 110000 |
Color Harmonies of #DB189A
Complementary color
Monochromatic Colors of #DB189A
Black with #DB189A
Text Example
Text Example
White with #DB189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB189A; }
p { color: rgb(219,24,154); }
H1.HeaderClassName
{
color: #DB189A;
}
.AnyTagClassName
{
color: #DB189A;
}
</style>
background-color css
<style>
a { background-color: #DB189A; }
a { background-color: rgb(219,24,154); }
div.DivClassName
{
background-color: #DB189A;
}
.BgClassName
{
background-color: #DB189A;
}
</style>
border-color css
<style>
span { border-color: #DB189A; }
span { border-color: rgb(219,24,154); }
td.TdClassName
{
border-color: #DB189A;
}
.TagClassName
{
border-color: #DB189A;
}
</style>