Shades of Medium Violet Red #DB0786
Tints of Medium Violet Red #DB0786
RGB
CMYK
RGB Variations
Color information
#DB0786 (or 0xDB0786) is known color: Medium Violet Red. HEX triplet: DB, 07 and 86. RGB value is (219,7,134). Sum of RGB (Red+Green+Blue) = 219+7+134=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0786 is #24F879. Grayscale: #545454. Windows color (decimal): -2422906 or 8783835. OLE color: 8783835.
HSL color Cylindrical-coordinate representation of color #DB0786: hue angle of 324.06º 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 #DB0786 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 134 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.14 |
| HSL | 324.06º | 0.94% | 0.44% | - |
| HSV(B) | 324.06º | 0.97% | 0.86% | - |
| XYZ | 33.59 | 16.93 | 24.05 | - |
| YUV | 84.87 | 155.74 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 134 | 0 | 0.97 | 0.39 | 0.14 | 324.06 | 0.94 | 0.44 |
| Hex | DB | 7 | 86 | 0 | 61 | 27 | E | 144 | 5E | 2C |
| Octal | 333 | 7 | 206 | 0 | 141 | 47 | 16 | 504 | 136 | 54 |
| Binary | 11011011 | 111 | 10000110 | 0 | 1100001 | 100111 | 1110 | 101000100 | 1011110 | 101100 |
Color Harmonies of #DB0786
Complementary color
Monochromatic Colors of #DB0786
Black with #DB0786
Text Example
Text Example
White with #DB0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0786; }
p { color: rgb(219,7,134); }
H1.HeaderClassName
{
color: #DB0786;
}
.AnyTagClassName
{
color: #DB0786;
}
</style>
background-color css
<style>
a { background-color: #DB0786; }
a { background-color: rgb(219,7,134); }
div.DivClassName
{
background-color: #DB0786;
}
.BgClassName
{
background-color: #DB0786;
}
</style>
border-color css
<style>
span { border-color: #DB0786; }
span { border-color: rgb(219,7,134); }
td.TdClassName
{
border-color: #DB0786;
}
.TagClassName
{
border-color: #DB0786;
}
</style>