Shades of Medium Violet Red #DB1BA2
Tints of Medium Violet Red #DB1BA2
RGB
CMYK
RGB Variations
Color information
#DB1BA2 (or 0xDB1BA2) is known color: Medium Violet Red. HEX triplet: DB, 1B and A2. RGB value is (219,27,162). Sum of RGB (Red+Green+Blue) = 219+27+162=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BA2 is #24E45D. Grayscale: #636363. Windows color (decimal): -2417758 or 10623963. OLE color: 10623963.
HSL color Cylindrical-coordinate representation of color #DB1BA2: hue angle of 317.81º 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 #DB1BA2 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 162 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.14 |
| HSL | 317.81º | 0.78% | 0.48% | - |
| HSV(B) | 317.81º | 0.88% | 0.86% | - |
| XYZ | 36.13 | 18.45 | 35.84 | - |
| YUV | 99.8 | 163.11 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 162 | 0 | 0.88 | 0.26 | 0.14 | 317.81 | 0.78 | 0.48 |
| Hex | DB | 1B | A2 | 0 | 58 | 1A | E | 13E | 4E | 30 |
| Octal | 333 | 33 | 242 | 0 | 130 | 32 | 16 | 476 | 116 | 60 |
| Binary | 11011011 | 11011 | 10100010 | 0 | 1011000 | 11010 | 1110 | 100111110 | 1001110 | 110000 |
Color Harmonies of #DB1BA2
Complementary color
Monochromatic Colors of #DB1BA2
Black with #DB1BA2
Text Example
Text Example
White with #DB1BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BA2; }
p { color: rgb(219,27,162); }
H1.HeaderClassName
{
color: #DB1BA2;
}
.AnyTagClassName
{
color: #DB1BA2;
}
</style>
background-color css
<style>
a { background-color: #DB1BA2; }
a { background-color: rgb(219,27,162); }
div.DivClassName
{
background-color: #DB1BA2;
}
.BgClassName
{
background-color: #DB1BA2;
}
</style>
border-color css
<style>
span { border-color: #DB1BA2; }
span { border-color: rgb(219,27,162); }
td.TdClassName
{
border-color: #DB1BA2;
}
.TagClassName
{
border-color: #DB1BA2;
}
</style>