Shades of Medium Violet Red #DB0989
Tints of Medium Violet Red #DB0989
RGB
CMYK
RGB Variations
Color information
#DB0989 (or 0xDB0989) is known color: Medium Violet Red. HEX triplet: DB, 09 and 89. RGB value is (219,9,137). Sum of RGB (Red+Green+Blue) = 219+9+137=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0989 is #24F676. Grayscale: #565656. Windows color (decimal): -2422391 or 8980955. OLE color: 8980955.
HSL color Cylindrical-coordinate representation of color #DB0989: hue angle of 323.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0989 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 137 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.14 |
| HSL | 323.43º | 0.92% | 0.45% | - |
| HSV(B) | 323.43º | 0.96% | 0.86% | - |
| XYZ | 33.83 | 17.06 | 25.18 | - |
| YUV | 86.38 | 156.57 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 137 | 0 | 0.96 | 0.37 | 0.14 | 323.43 | 0.92 | 0.45 |
| Hex | DB | 9 | 89 | 0 | 60 | 25 | E | 143 | 5C | 2D |
| Octal | 333 | 11 | 211 | 0 | 140 | 45 | 16 | 503 | 134 | 55 |
| Binary | 11011011 | 1001 | 10001001 | 0 | 1100000 | 100101 | 1110 | 101000011 | 1011100 | 101101 |
Color Harmonies of #DB0989
Complementary color
Monochromatic Colors of #DB0989
Black with #DB0989
Text Example
Text Example
White with #DB0989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0989; }
p { color: rgb(219,9,137); }
H1.HeaderClassName
{
color: #DB0989;
}
.AnyTagClassName
{
color: #DB0989;
}
</style>
background-color css
<style>
a { background-color: #DB0989; }
a { background-color: rgb(219,9,137); }
div.DivClassName
{
background-color: #DB0989;
}
.BgClassName
{
background-color: #DB0989;
}
</style>
border-color css
<style>
span { border-color: #DB0989; }
span { border-color: rgb(219,9,137); }
td.TdClassName
{
border-color: #DB0989;
}
.TagClassName
{
border-color: #DB0989;
}
</style>