Shades of Medium Violet Red #DB1296
Tints of Medium Violet Red #DB1296
RGB
CMYK
RGB Variations
Color information
#DB1296 (or 0xDB1296) is known color: Medium Violet Red. HEX triplet: DB, 12 and 96. RGB value is (219,18,150). Sum of RGB (Red+Green+Blue) = 219+18+150=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1296 is #24ED69. Grayscale: #5C5C5C. Windows color (decimal): -2420074 or 9835227. OLE color: 9835227.
HSL color Cylindrical-coordinate representation of color #DB1296: hue angle of 320.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1296 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 150 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.14 |
| HSL | 320.6º | 0.85% | 0.46% | - |
| HSV(B) | 320.6º | 0.92% | 0.86% | - |
| XYZ | 34.93 | 17.69 | 30.43 | - |
| YUV | 93.15 | 160.09 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 150 | 0 | 0.92 | 0.32 | 0.14 | 320.6 | 0.85 | 0.46 |
| Hex | DB | 12 | 96 | 0 | 5C | 20 | E | 141 | 55 | 2E |
| Octal | 333 | 22 | 226 | 0 | 134 | 40 | 16 | 501 | 125 | 56 |
| Binary | 11011011 | 10010 | 10010110 | 0 | 1011100 | 100000 | 1110 | 101000001 | 1010101 | 101110 |
Color Harmonies of #DB1296
Complementary color
Monochromatic Colors of #DB1296
Black with #DB1296
Text Example
Text Example
White with #DB1296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1296; }
p { color: rgb(219,18,150); }
H1.HeaderClassName
{
color: #DB1296;
}
.AnyTagClassName
{
color: #DB1296;
}
</style>
background-color css
<style>
a { background-color: #DB1296; }
a { background-color: rgb(219,18,150); }
div.DivClassName
{
background-color: #DB1296;
}
.BgClassName
{
background-color: #DB1296;
}
</style>
border-color css
<style>
span { border-color: #DB1296; }
span { border-color: rgb(219,18,150); }
td.TdClassName
{
border-color: #DB1296;
}
.TagClassName
{
border-color: #DB1296;
}
</style>