Shades of Medium Violet Red #DB0789
Tints of Medium Violet Red #DB0789
RGB
CMYK
RGB Variations
Color information
#DB0789 (or 0xDB0789) is known color: Medium Violet Red. HEX triplet: DB, 07 and 89. RGB value is (219,7,137). Sum of RGB (Red+Green+Blue) = 219+7+137=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0789 is #24F876. Grayscale: #545454. Windows color (decimal): -2422903 or 8980443. OLE color: 8980443.
HSL color Cylindrical-coordinate representation of color #DB0789: hue angle of 323.21º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0789 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.14 |
| HSL | 323.21º | 0.94% | 0.44% | - |
| HSV(B) | 323.21º | 0.97% | 0.86% | - |
| XYZ | 33.8 | 17.02 | 25.17 | - |
| YUV | 85.21 | 157.24 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 137 | 0 | 0.97 | 0.37 | 0.14 | 323.21 | 0.94 | 0.44 |
| Hex | DB | 7 | 89 | 0 | 61 | 25 | E | 143 | 5E | 2C |
| Octal | 333 | 7 | 211 | 0 | 141 | 45 | 16 | 503 | 136 | 54 |
| Binary | 11011011 | 111 | 10001001 | 0 | 1100001 | 100101 | 1110 | 101000011 | 1011110 | 101100 |
Color Harmonies of #DB0789
Complementary color
Monochromatic Colors of #DB0789
Black with #DB0789
Text Example
Text Example
White with #DB0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0789; }
p { color: rgb(219,7,137); }
H1.HeaderClassName
{
color: #DB0789;
}
.AnyTagClassName
{
color: #DB0789;
}
</style>
background-color css
<style>
a { background-color: #DB0789; }
a { background-color: rgb(219,7,137); }
div.DivClassName
{
background-color: #DB0789;
}
.BgClassName
{
background-color: #DB0789;
}
</style>
border-color css
<style>
span { border-color: #DB0789; }
span { border-color: rgb(219,7,137); }
td.TdClassName
{
border-color: #DB0789;
}
.TagClassName
{
border-color: #DB0789;
}
</style>