Shades of Medium Violet Red #DB1B9A
Tints of Medium Violet Red #DB1B9A
RGB
CMYK
RGB Variations
Color information
#DB1B9A (or 0xDB1B9A) is known color: Medium Violet Red. HEX triplet: DB, 1B and 9A. RGB value is (219,27,154). Sum of RGB (Red+Green+Blue) = 219+27+154=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1B9A is #24E465. Grayscale: #626262. Windows color (decimal): -2417766 or 10099675. OLE color: 10099675.
HSL color Cylindrical-coordinate representation of color #DB1B9A: hue angle of 320.31º 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 #DB1B9A is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 154 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.14 |
| HSL | 320.31º | 0.78% | 0.48% | - |
| HSV(B) | 320.31º | 0.88% | 0.86% | - |
| XYZ | 35.44 | 18.18 | 32.21 | - |
| YUV | 98.89 | 159.11 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 154 | 0 | 0.88 | 0.30 | 0.14 | 320.31 | 0.78 | 0.48 |
| Hex | DB | 1B | 9A | 0 | 58 | 1E | E | 140 | 4E | 30 |
| Octal | 333 | 33 | 232 | 0 | 130 | 36 | 16 | 500 | 116 | 60 |
| Binary | 11011011 | 11011 | 10011010 | 0 | 1011000 | 11110 | 1110 | 101000000 | 1001110 | 110000 |
Color Harmonies of #DB1B9A
Complementary color
Monochromatic Colors of #DB1B9A
Black with #DB1B9A
Text Example
Text Example
White with #DB1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B9A; }
p { color: rgb(219,27,154); }
H1.HeaderClassName
{
color: #DB1B9A;
}
.AnyTagClassName
{
color: #DB1B9A;
}
</style>
background-color css
<style>
a { background-color: #DB1B9A; }
a { background-color: rgb(219,27,154); }
div.DivClassName
{
background-color: #DB1B9A;
}
.BgClassName
{
background-color: #DB1B9A;
}
</style>
border-color css
<style>
span { border-color: #DB1B9A; }
span { border-color: rgb(219,27,154); }
td.TdClassName
{
border-color: #DB1B9A;
}
.TagClassName
{
border-color: #DB1B9A;
}
</style>