Shades of Medium Violet Red #DB189D
Tints of Medium Violet Red #DB189D
RGB
CMYK
RGB Variations
Color information
#DB189D (or 0xDB189D) is known color: Medium Violet Red. HEX triplet: DB, 18 and 9D. RGB value is (219,24,157). Sum of RGB (Red+Green+Blue) = 219+24+157=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB189D is #24E762. Grayscale: #616161. Windows color (decimal): -2418531 or 10295515. OLE color: 10295515.
HSL color Cylindrical-coordinate representation of color #DB189D: hue angle of 319.08º 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 #DB189D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 157 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.14 |
| HSL | 319.08º | 0.8% | 0.48% | - |
| HSV(B) | 319.08º | 0.89% | 0.86% | - |
| XYZ | 35.63 | 18.15 | 33.52 | - |
| YUV | 97.47 | 161.6 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 157 | 0 | 0.89 | 0.28 | 0.14 | 319.08 | 0.8 | 0.48 |
| Hex | DB | 18 | 9D | 0 | 59 | 1C | E | 13F | 50 | 30 |
| Octal | 333 | 30 | 235 | 0 | 131 | 34 | 16 | 477 | 120 | 60 |
| Binary | 11011011 | 11000 | 10011101 | 0 | 1011001 | 11100 | 1110 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DB189D
Complementary color
Monochromatic Colors of #DB189D
Black with #DB189D
Text Example
Text Example
White with #DB189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB189D; }
p { color: rgb(219,24,157); }
H1.HeaderClassName
{
color: #DB189D;
}
.AnyTagClassName
{
color: #DB189D;
}
</style>
background-color css
<style>
a { background-color: #DB189D; }
a { background-color: rgb(219,24,157); }
div.DivClassName
{
background-color: #DB189D;
}
.BgClassName
{
background-color: #DB189D;
}
</style>
border-color css
<style>
span { border-color: #DB189D; }
span { border-color: rgb(219,24,157); }
td.TdClassName
{
border-color: #DB189D;
}
.TagClassName
{
border-color: #DB189D;
}
</style>