Shades of Medium Violet Red #DB1987
Tints of Medium Violet Red #DB1987
RGB
CMYK
RGB Variations
Color information
#DB1987 (or 0xDB1987) is known color: Medium Violet Red. HEX triplet: DB, 19 and 87. RGB value is (219,25,135). Sum of RGB (Red+Green+Blue) = 219+25+135=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1987 is #24E678. Grayscale: #5F5F5F. Windows color (decimal): -2418297 or 8853979. OLE color: 8853979.
HSL color Cylindrical-coordinate representation of color #DB1987: hue angle of 325.98º 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 #DB1987 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 135 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.14 |
| HSL | 325.98º | 0.8% | 0.48% | - |
| HSV(B) | 325.98º | 0.89% | 0.86% | - |
| XYZ | 33.93 | 17.5 | 24.51 | - |
| YUV | 95.55 | 150.27 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 135 | 0 | 0.89 | 0.38 | 0.14 | 325.98 | 0.8 | 0.48 |
| Hex | DB | 19 | 87 | 0 | 59 | 26 | E | 146 | 50 | 30 |
| Octal | 333 | 31 | 207 | 0 | 131 | 46 | 16 | 506 | 120 | 60 |
| Binary | 11011011 | 11001 | 10000111 | 0 | 1011001 | 100110 | 1110 | 101000110 | 1010000 | 110000 |
Color Harmonies of #DB1987
Complementary color
Monochromatic Colors of #DB1987
Black with #DB1987
Text Example
Text Example
White with #DB1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1987; }
p { color: rgb(219,25,135); }
H1.HeaderClassName
{
color: #DB1987;
}
.AnyTagClassName
{
color: #DB1987;
}
</style>
background-color css
<style>
a { background-color: #DB1987; }
a { background-color: rgb(219,25,135); }
div.DivClassName
{
background-color: #DB1987;
}
.BgClassName
{
background-color: #DB1987;
}
</style>
border-color css
<style>
span { border-color: #DB1987; }
span { border-color: rgb(219,25,135); }
td.TdClassName
{
border-color: #DB1987;
}
.TagClassName
{
border-color: #DB1987;
}
</style>