Shades of Medium Violet Red #DB0785
Tints of Medium Violet Red #DB0785
RGB
CMYK
RGB Variations
Color information
#DB0785 (or 0xDB0785) is known color: Medium Violet Red. HEX triplet: DB, 07 and 85. RGB value is (219,7,133). Sum of RGB (Red+Green+Blue) = 219+7+133=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0785 is #24F87A. Grayscale: #545454. Windows color (decimal): -2422907 or 8718299. OLE color: 8718299.
HSL color Cylindrical-coordinate representation of color #DB0785: hue angle of 324.34º 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 #DB0785 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.14 |
| HSL | 324.34º | 0.94% | 0.44% | - |
| HSV(B) | 324.34º | 0.97% | 0.86% | - |
| XYZ | 33.52 | 16.91 | 23.69 | - |
| YUV | 84.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 133 | 0 | 0.97 | 0.39 | 0.14 | 324.34 | 0.94 | 0.44 |
| Hex | DB | 7 | 85 | 0 | 61 | 27 | E | 144 | 5E | 2C |
| Octal | 333 | 7 | 205 | 0 | 141 | 47 | 16 | 504 | 136 | 54 |
| Binary | 11011011 | 111 | 10000101 | 0 | 1100001 | 100111 | 1110 | 101000100 | 1011110 | 101100 |
Color Harmonies of #DB0785
Complementary color
Monochromatic Colors of #DB0785
Black with #DB0785
Text Example
Text Example
White with #DB0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0785; }
p { color: rgb(219,7,133); }
H1.HeaderClassName
{
color: #DB0785;
}
.AnyTagClassName
{
color: #DB0785;
}
</style>
background-color css
<style>
a { background-color: #DB0785; }
a { background-color: rgb(219,7,133); }
div.DivClassName
{
background-color: #DB0785;
}
.BgClassName
{
background-color: #DB0785;
}
</style>
border-color css
<style>
span { border-color: #DB0785; }
span { border-color: rgb(219,7,133); }
td.TdClassName
{
border-color: #DB0785;
}
.TagClassName
{
border-color: #DB0785;
}
</style>