Shades of Medium Violet Red #DB1BA0
Tints of Medium Violet Red #DB1BA0
RGB
CMYK
RGB Variations
Color information
#DB1BA0 (or 0xDB1BA0) is known color: Medium Violet Red. HEX triplet: DB, 1B and A0. RGB value is (219,27,160). Sum of RGB (Red+Green+Blue) = 219+27+160=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BA0 is #24E45F. Grayscale: #636363. Windows color (decimal): -2417760 or 10492891. OLE color: 10492891.
HSL color Cylindrical-coordinate representation of color #DB1BA0: hue angle of 318.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BA0 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 160 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.14 |
| HSL | 318.44º | 0.78% | 0.48% | - |
| HSV(B) | 318.44º | 0.88% | 0.86% | - |
| XYZ | 35.95 | 18.38 | 34.91 | - |
| YUV | 99.57 | 162.11 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 160 | 0 | 0.88 | 0.27 | 0.14 | 318.44 | 0.78 | 0.48 |
| Hex | DB | 1B | A0 | 0 | 58 | 1B | E | 13E | 4E | 30 |
| Octal | 333 | 33 | 240 | 0 | 130 | 33 | 16 | 476 | 116 | 60 |
| Binary | 11011011 | 11011 | 10100000 | 0 | 1011000 | 11011 | 1110 | 100111110 | 1001110 | 110000 |
Color Harmonies of #DB1BA0
Complementary color
Monochromatic Colors of #DB1BA0
Black with #DB1BA0
Text Example
Text Example
White with #DB1BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BA0; }
p { color: rgb(219,27,160); }
H1.HeaderClassName
{
color: #DB1BA0;
}
.AnyTagClassName
{
color: #DB1BA0;
}
</style>
background-color css
<style>
a { background-color: #DB1BA0; }
a { background-color: rgb(219,27,160); }
div.DivClassName
{
background-color: #DB1BA0;
}
.BgClassName
{
background-color: #DB1BA0;
}
</style>
border-color css
<style>
span { border-color: #DB1BA0; }
span { border-color: rgb(219,27,160); }
td.TdClassName
{
border-color: #DB1BA0;
}
.TagClassName
{
border-color: #DB1BA0;
}
</style>