Shades of Medium Violet Red #DB1C87
Tints of Medium Violet Red #DB1C87
RGB
CMYK
RGB Variations
Color information
#DB1C87 (or 0xDB1C87) is known color: Medium Violet Red. HEX triplet: DB, 1C and 87. RGB value is (219,28,135). Sum of RGB (Red+Green+Blue) = 219+28+135=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C87 is #24E378. Grayscale: #616161. Windows color (decimal): -2417529 or 8854747. OLE color: 8854747.
HSL color Cylindrical-coordinate representation of color #DB1C87: hue angle of 326.39º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C87 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 135 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.14 |
| HSL | 326.39º | 0.77% | 0.48% | - |
| HSV(B) | 326.39º | 0.87% | 0.86% | - |
| XYZ | 34 | 17.64 | 24.53 | - |
| YUV | 97.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 135 | 0 | 0.87 | 0.38 | 0.14 | 326.39 | 0.77 | 0.48 |
| Hex | DB | 1C | 87 | 0 | 57 | 26 | E | 146 | 4D | 30 |
| Octal | 333 | 34 | 207 | 0 | 127 | 46 | 16 | 506 | 115 | 60 |
| Binary | 11011011 | 11100 | 10000111 | 0 | 1010111 | 100110 | 1110 | 101000110 | 1001101 | 110000 |
Color Harmonies of #DB1C87
Complementary color
Monochromatic Colors of #DB1C87
Black with #DB1C87
Text Example
Text Example
White with #DB1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C87; }
p { color: rgb(219,28,135); }
H1.HeaderClassName
{
color: #DB1C87;
}
.AnyTagClassName
{
color: #DB1C87;
}
</style>
background-color css
<style>
a { background-color: #DB1C87; }
a { background-color: rgb(219,28,135); }
div.DivClassName
{
background-color: #DB1C87;
}
.BgClassName
{
background-color: #DB1C87;
}
</style>
border-color css
<style>
span { border-color: #DB1C87; }
span { border-color: rgb(219,28,135); }
td.TdClassName
{
border-color: #DB1C87;
}
.TagClassName
{
border-color: #DB1C87;
}
</style>