Shades of Medium Violet Red #DB1B96
Tints of Medium Violet Red #DB1B96
RGB
CMYK
RGB Variations
Color information
#DB1B96 (or 0xDB1B96) is known color: Medium Violet Red. HEX triplet: DB, 1B and 96. RGB value is (219,27,150). Sum of RGB (Red+Green+Blue) = 219+27+150=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1B96 is #24E469. Grayscale: #626262. Windows color (decimal): -2417770 or 9837531. OLE color: 9837531.
HSL color Cylindrical-coordinate representation of color #DB1B96: hue angle of 321.56º 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 #DB1B96 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 150 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.14 |
| HSL | 321.56º | 0.78% | 0.48% | - |
| HSV(B) | 321.56º | 0.88% | 0.86% | - |
| XYZ | 35.11 | 18.05 | 30.49 | - |
| YUV | 98.43 | 157.11 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 150 | 0 | 0.88 | 0.32 | 0.14 | 321.56 | 0.78 | 0.48 |
| Hex | DB | 1B | 96 | 0 | 58 | 20 | E | 142 | 4E | 30 |
| Octal | 333 | 33 | 226 | 0 | 130 | 40 | 16 | 502 | 116 | 60 |
| Binary | 11011011 | 11011 | 10010110 | 0 | 1011000 | 100000 | 1110 | 101000010 | 1001110 | 110000 |
Color Harmonies of #DB1B96
Complementary color
Monochromatic Colors of #DB1B96
Black with #DB1B96
Text Example
Text Example
White with #DB1B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B96; }
p { color: rgb(219,27,150); }
H1.HeaderClassName
{
color: #DB1B96;
}
.AnyTagClassName
{
color: #DB1B96;
}
</style>
background-color css
<style>
a { background-color: #DB1B96; }
a { background-color: rgb(219,27,150); }
div.DivClassName
{
background-color: #DB1B96;
}
.BgClassName
{
background-color: #DB1B96;
}
</style>
border-color css
<style>
span { border-color: #DB1B96; }
span { border-color: rgb(219,27,150); }
td.TdClassName
{
border-color: #DB1B96;
}
.TagClassName
{
border-color: #DB1B96;
}
</style>