Shades of Medium Violet Red #DB1097
Tints of Medium Violet Red #DB1097
RGB
CMYK
RGB Variations
Color information
#DB1097 (or 0xDB1097) is known color: Medium Violet Red. HEX triplet: DB, 10 and 97. RGB value is (219,16,151). Sum of RGB (Red+Green+Blue) = 219+16+151=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1097 is #24EF68. Grayscale: #5B5B5B. Windows color (decimal): -2420585 or 9900251. OLE color: 9900251.
HSL color Cylindrical-coordinate representation of color #DB1097: hue angle of 320.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1097 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.14 |
| HSL | 320.1º | 0.86% | 0.46% | - |
| HSV(B) | 320.1º | 0.93% | 0.86% | - |
| XYZ | 34.98 | 17.67 | 30.84 | - |
| YUV | 92.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 151 | 0 | 0.93 | 0.31 | 0.14 | 320.1 | 0.86 | 0.46 |
| Hex | DB | 10 | 97 | 0 | 5D | 1F | E | 140 | 56 | 2E |
| Octal | 333 | 20 | 227 | 0 | 135 | 37 | 16 | 500 | 126 | 56 |
| Binary | 11011011 | 10000 | 10010111 | 0 | 1011101 | 11111 | 1110 | 101000000 | 1010110 | 101110 |
Color Harmonies of #DB1097
Complementary color
Monochromatic Colors of #DB1097
Black with #DB1097
Text Example
Text Example
White with #DB1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1097; }
p { color: rgb(219,16,151); }
H1.HeaderClassName
{
color: #DB1097;
}
.AnyTagClassName
{
color: #DB1097;
}
</style>
background-color css
<style>
a { background-color: #DB1097; }
a { background-color: rgb(219,16,151); }
div.DivClassName
{
background-color: #DB1097;
}
.BgClassName
{
background-color: #DB1097;
}
</style>
border-color css
<style>
span { border-color: #DB1097; }
span { border-color: rgb(219,16,151); }
td.TdClassName
{
border-color: #DB1097;
}
.TagClassName
{
border-color: #DB1097;
}
</style>