Shades of Medium Violet Red #DB1886
Tints of Medium Violet Red #DB1886
RGB
CMYK
RGB Variations
Color information
#DB1886 (or 0xDB1886) is known color: Medium Violet Red. HEX triplet: DB, 18 and 86. RGB value is (219,24,134). Sum of RGB (Red+Green+Blue) = 219+24+134=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1886 is #24E779. Grayscale: #5E5E5E. Windows color (decimal): -2418554 or 8788187. OLE color: 8788187.
HSL color Cylindrical-coordinate representation of color #DB1886: hue angle of 326.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1886 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 134 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.14 |
| HSL | 326.15º | 0.8% | 0.48% | - |
| HSV(B) | 326.15º | 0.89% | 0.86% | - |
| XYZ | 33.84 | 17.43 | 24.14 | - |
| YUV | 94.85 | 150.1 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 134 | 0 | 0.89 | 0.39 | 0.14 | 326.15 | 0.8 | 0.48 |
| Hex | DB | 18 | 86 | 0 | 59 | 27 | E | 146 | 50 | 30 |
| Octal | 333 | 30 | 206 | 0 | 131 | 47 | 16 | 506 | 120 | 60 |
| Binary | 11011011 | 11000 | 10000110 | 0 | 1011001 | 100111 | 1110 | 101000110 | 1010000 | 110000 |
Color Harmonies of #DB1886
Complementary color
Monochromatic Colors of #DB1886
Black with #DB1886
Text Example
Text Example
White with #DB1886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1886; }
p { color: rgb(219,24,134); }
H1.HeaderClassName
{
color: #DB1886;
}
.AnyTagClassName
{
color: #DB1886;
}
</style>
background-color css
<style>
a { background-color: #DB1886; }
a { background-color: rgb(219,24,134); }
div.DivClassName
{
background-color: #DB1886;
}
.BgClassName
{
background-color: #DB1886;
}
</style>
border-color css
<style>
span { border-color: #DB1886; }
span { border-color: rgb(219,24,134); }
td.TdClassName
{
border-color: #DB1886;
}
.TagClassName
{
border-color: #DB1886;
}
</style>