Shades of Medium Violet Red #DB0085
Tints of Medium Violet Red #DB0085
RGB
CMYK
RGB Variations
Color information
#DB0085 (or 0xDB0085) is known color: Medium Violet Red. HEX triplet: DB, 00 and 85. RGB value is (219,0,133). Sum of RGB (Red+Green+Blue) = 219+0+133=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0085 is #24FF7A. Grayscale: #505050. Windows color (decimal): -2424699 or 8716507. OLE color: 8716507.
HSL color Cylindrical-coordinate representation of color #DB0085: hue angle of 323.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0085 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.39 | 0.14 |
| HSL | 323.56º | 1% | 0.43% | - |
| HSV(B) | 323.56º | 1% | 0.86% | - |
| XYZ | 33.45 | 16.75 | 23.66 | - |
| YUV | 80.64 | 157.55 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 133 | 0 | 1 | 0.39 | 0.14 | 323.56 | 1 | 0.43 |
| Hex | DB | 0 | 85 | 0 | 64 | 27 | E | 144 | 64 | 2B |
| Octal | 333 | 0 | 205 | 0 | 144 | 47 | 16 | 504 | 144 | 53 |
| Binary | 11011011 | 0 | 10000101 | 0 | 1100100 | 100111 | 1110 | 101000100 | 1100100 | 101011 |
Color Harmonies of #DB0085
Complementary color
Monochromatic Colors of #DB0085
Black with #DB0085
Text Example
Text Example
White with #DB0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0085; }
p { color: rgb(219,0,133); }
H1.HeaderClassName
{
color: #DB0085;
}
.AnyTagClassName
{
color: #DB0085;
}
</style>
background-color css
<style>
a { background-color: #DB0085; }
a { background-color: rgb(219,0,133); }
div.DivClassName
{
background-color: #DB0085;
}
.BgClassName
{
background-color: #DB0085;
}
</style>
border-color css
<style>
span { border-color: #DB0085; }
span { border-color: rgb(219,0,133); }
td.TdClassName
{
border-color: #DB0085;
}
.TagClassName
{
border-color: #DB0085;
}
</style>