Shades of Medium Violet Red #DB0889
Tints of Medium Violet Red #DB0889
RGB
CMYK
RGB Variations
Color information
#DB0889 (or 0xDB0889) is known color: Medium Violet Red. HEX triplet: DB, 08 and 89. RGB value is (219,8,137). Sum of RGB (Red+Green+Blue) = 219+8+137=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0889 is #24F776. Grayscale: #555555. Windows color (decimal): -2422647 or 8980699. OLE color: 8980699.
HSL color Cylindrical-coordinate representation of color #DB0889: hue angle of 323.32º degrees, saturation: 0.93, 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 #DB0889 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.14 |
| HSL | 323.32º | 0.93% | 0.45% | - |
| HSV(B) | 323.32º | 0.96% | 0.86% | - |
| XYZ | 33.82 | 17.04 | 25.17 | - |
| YUV | 85.8 | 156.9 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 137 | 0 | 0.96 | 0.37 | 0.14 | 323.32 | 0.93 | 0.45 |
| Hex | DB | 8 | 89 | 0 | 60 | 25 | E | 143 | 5D | 2D |
| Octal | 333 | 10 | 211 | 0 | 140 | 45 | 16 | 503 | 135 | 55 |
| Binary | 11011011 | 1000 | 10001001 | 0 | 1100000 | 100101 | 1110 | 101000011 | 1011101 | 101101 |
Color Harmonies of #DB0889
Complementary color
Monochromatic Colors of #DB0889
Black with #DB0889
Text Example
Text Example
White with #DB0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0889; }
p { color: rgb(219,8,137); }
H1.HeaderClassName
{
color: #DB0889;
}
.AnyTagClassName
{
color: #DB0889;
}
</style>
background-color css
<style>
a { background-color: #DB0889; }
a { background-color: rgb(219,8,137); }
div.DivClassName
{
background-color: #DB0889;
}
.BgClassName
{
background-color: #DB0889;
}
</style>
border-color css
<style>
span { border-color: #DB0889; }
span { border-color: rgb(219,8,137); }
td.TdClassName
{
border-color: #DB0889;
}
.TagClassName
{
border-color: #DB0889;
}
</style>