Shades of Medium Violet Red #DB1796
Tints of Medium Violet Red #DB1796
RGB
CMYK
RGB Variations
Color information
#DB1796 (or 0xDB1796) is known color: Medium Violet Red. HEX triplet: DB, 17 and 96. RGB value is (219,23,150). Sum of RGB (Red+Green+Blue) = 219+23+150=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1796 is #24E869. Grayscale: #5F5F5F. Windows color (decimal): -2418794 or 9836507. OLE color: 9836507.
HSL color Cylindrical-coordinate representation of color #DB1796: hue angle of 321.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1796 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 150 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.14 |
| HSL | 321.12º | 0.81% | 0.47% | - |
| HSV(B) | 321.12º | 0.89% | 0.86% | - |
| XYZ | 35.02 | 17.87 | 30.46 | - |
| YUV | 96.08 | 158.43 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 150 | 0 | 0.89 | 0.32 | 0.14 | 321.12 | 0.81 | 0.47 |
| Hex | DB | 17 | 96 | 0 | 59 | 20 | E | 141 | 51 | 2F |
| Octal | 333 | 27 | 226 | 0 | 131 | 40 | 16 | 501 | 121 | 57 |
| Binary | 11011011 | 10111 | 10010110 | 0 | 1011001 | 100000 | 1110 | 101000001 | 1010001 | 101111 |
Color Harmonies of #DB1796
Complementary color
Monochromatic Colors of #DB1796
Black with #DB1796
Text Example
Text Example
White with #DB1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1796; }
p { color: rgb(219,23,150); }
H1.HeaderClassName
{
color: #DB1796;
}
.AnyTagClassName
{
color: #DB1796;
}
</style>
background-color css
<style>
a { background-color: #DB1796; }
a { background-color: rgb(219,23,150); }
div.DivClassName
{
background-color: #DB1796;
}
.BgClassName
{
background-color: #DB1796;
}
</style>
border-color css
<style>
span { border-color: #DB1796; }
span { border-color: rgb(219,23,150); }
td.TdClassName
{
border-color: #DB1796;
}
.TagClassName
{
border-color: #DB1796;
}
</style>