Shades of Medium Violet Red #DB1785
Tints of Medium Violet Red #DB1785
RGB
CMYK
RGB Variations
Color information
#DB1785 (or 0xDB1785) is known color: Medium Violet Red. HEX triplet: DB, 17 and 85. RGB value is (219,23,133). Sum of RGB (Red+Green+Blue) = 219+23+133=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1785 is #24E87A. Grayscale: #5D5D5D. Windows color (decimal): -2418811 or 8722395. OLE color: 8722395.
HSL color Cylindrical-coordinate representation of color #DB1785: hue angle of 326.33º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1785 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 133 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.14 |
| HSL | 326.33º | 0.81% | 0.47% | - |
| HSV(B) | 326.33º | 0.89% | 0.86% | - |
| XYZ | 33.75 | 17.37 | 23.76 | - |
| YUV | 94.14 | 149.93 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 133 | 0 | 0.89 | 0.39 | 0.14 | 326.33 | 0.81 | 0.47 |
| Hex | DB | 17 | 85 | 0 | 59 | 27 | E | 146 | 51 | 2F |
| Octal | 333 | 27 | 205 | 0 | 131 | 47 | 16 | 506 | 121 | 57 |
| Binary | 11011011 | 10111 | 10000101 | 0 | 1011001 | 100111 | 1110 | 101000110 | 1010001 | 101111 |
Color Harmonies of #DB1785
Complementary color
Monochromatic Colors of #DB1785
Black with #DB1785
Text Example
Text Example
White with #DB1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1785; }
p { color: rgb(219,23,133); }
H1.HeaderClassName
{
color: #DB1785;
}
.AnyTagClassName
{
color: #DB1785;
}
</style>
background-color css
<style>
a { background-color: #DB1785; }
a { background-color: rgb(219,23,133); }
div.DivClassName
{
background-color: #DB1785;
}
.BgClassName
{
background-color: #DB1785;
}
</style>
border-color css
<style>
span { border-color: #DB1785; }
span { border-color: rgb(219,23,133); }
td.TdClassName
{
border-color: #DB1785;
}
.TagClassName
{
border-color: #DB1785;
}
</style>