Shades of Medium Violet Red #DB1786
Tints of Medium Violet Red #DB1786
RGB
CMYK
RGB Variations
Color information
#DB1786 (or 0xDB1786) is known color: Medium Violet Red. HEX triplet: DB, 17 and 86. RGB value is (219,23,134). Sum of RGB (Red+Green+Blue) = 219+23+134=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1786 is #24E879. Grayscale: #5E5E5E. Windows color (decimal): -2418810 or 8787931. OLE color: 8787931.
HSL color Cylindrical-coordinate representation of color #DB1786: hue angle of 326.02º 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 #DB1786 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 134 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.14 |
| HSL | 326.02º | 0.81% | 0.47% | - |
| HSV(B) | 326.02º | 0.89% | 0.86% | - |
| XYZ | 33.82 | 17.39 | 24.13 | - |
| YUV | 94.26 | 150.43 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 134 | 0 | 0.89 | 0.39 | 0.14 | 326.02 | 0.81 | 0.47 |
| Hex | DB | 17 | 86 | 0 | 59 | 27 | E | 146 | 51 | 2F |
| Octal | 333 | 27 | 206 | 0 | 131 | 47 | 16 | 506 | 121 | 57 |
| Binary | 11011011 | 10111 | 10000110 | 0 | 1011001 | 100111 | 1110 | 101000110 | 1010001 | 101111 |
Color Harmonies of #DB1786
Complementary color
Monochromatic Colors of #DB1786
Black with #DB1786
Text Example
Text Example
White with #DB1786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1786; }
p { color: rgb(219,23,134); }
H1.HeaderClassName
{
color: #DB1786;
}
.AnyTagClassName
{
color: #DB1786;
}
</style>
background-color css
<style>
a { background-color: #DB1786; }
a { background-color: rgb(219,23,134); }
div.DivClassName
{
background-color: #DB1786;
}
.BgClassName
{
background-color: #DB1786;
}
</style>
border-color css
<style>
span { border-color: #DB1786; }
span { border-color: rgb(219,23,134); }
td.TdClassName
{
border-color: #DB1786;
}
.TagClassName
{
border-color: #DB1786;
}
</style>