Shades of Medium Violet Red #DB1787
Tints of Medium Violet Red #DB1787
RGB
CMYK
RGB Variations
Color information
#DB1787 (or 0xDB1787) is known color: Medium Violet Red. HEX triplet: DB, 17 and 87. RGB value is (219,23,135). Sum of RGB (Red+Green+Blue) = 219+23+135=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1787 is #24E878. Grayscale: #5E5E5E. Windows color (decimal): -2418809 or 8853467. OLE color: 8853467.
HSL color Cylindrical-coordinate representation of color #DB1787: hue angle of 325.71º 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 #DB1787 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 135 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.14 |
| HSL | 325.71º | 0.81% | 0.47% | - |
| HSV(B) | 325.71º | 0.89% | 0.86% | - |
| XYZ | 33.89 | 17.42 | 24.5 | - |
| YUV | 94.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 135 | 0 | 0.89 | 0.38 | 0.14 | 325.71 | 0.81 | 0.47 |
| Hex | DB | 17 | 87 | 0 | 59 | 26 | E | 146 | 51 | 2F |
| Octal | 333 | 27 | 207 | 0 | 131 | 46 | 16 | 506 | 121 | 57 |
| Binary | 11011011 | 10111 | 10000111 | 0 | 1011001 | 100110 | 1110 | 101000110 | 1010001 | 101111 |
Color Harmonies of #DB1787
Complementary color
Monochromatic Colors of #DB1787
Black with #DB1787
Text Example
Text Example
White with #DB1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1787; }
p { color: rgb(219,23,135); }
H1.HeaderClassName
{
color: #DB1787;
}
.AnyTagClassName
{
color: #DB1787;
}
</style>
background-color css
<style>
a { background-color: #DB1787; }
a { background-color: rgb(219,23,135); }
div.DivClassName
{
background-color: #DB1787;
}
.BgClassName
{
background-color: #DB1787;
}
</style>
border-color css
<style>
span { border-color: #DB1787; }
span { border-color: rgb(219,23,135); }
td.TdClassName
{
border-color: #DB1787;
}
.TagClassName
{
border-color: #DB1787;
}
</style>