Shades of Medium Violet Red #DB0977
Tints of Medium Violet Red #DB0977
RGB
CMYK
RGB Variations
Color information
#DB0977 (or 0xDB0977) is known color: Medium Violet Red. HEX triplet: DB, 09 and 77. RGB value is (219,9,119). Sum of RGB (Red+Green+Blue) = 219+9+119=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0977 is #24F688. Grayscale: #545454. Windows color (decimal): -2422409 or 7801307. OLE color: 7801307.
HSL color Cylindrical-coordinate representation of color #DB0977: hue angle of 328.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0977 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.14 |
| HSL | 328.57º | 0.92% | 0.45% | - |
| HSV(B) | 328.57º | 0.96% | 0.86% | - |
| XYZ | 32.64 | 16.59 | 18.93 | - |
| YUV | 84.33 | 147.57 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 119 | 0 | 0.96 | 0.46 | 0.14 | 328.57 | 0.92 | 0.45 |
| Hex | DB | 9 | 77 | 0 | 60 | 2E | E | 149 | 5C | 2D |
| Octal | 333 | 11 | 167 | 0 | 140 | 56 | 16 | 511 | 134 | 55 |
| Binary | 11011011 | 1001 | 1110111 | 0 | 1100000 | 101110 | 1110 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DB0977
Complementary color
Monochromatic Colors of #DB0977
Black with #DB0977
Text Example
Text Example
White with #DB0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0977; }
p { color: rgb(219,9,119); }
H1.HeaderClassName
{
color: #DB0977;
}
.AnyTagClassName
{
color: #DB0977;
}
</style>
background-color css
<style>
a { background-color: #DB0977; }
a { background-color: rgb(219,9,119); }
div.DivClassName
{
background-color: #DB0977;
}
.BgClassName
{
background-color: #DB0977;
}
</style>
border-color css
<style>
span { border-color: #DB0977; }
span { border-color: rgb(219,9,119); }
td.TdClassName
{
border-color: #DB0977;
}
.TagClassName
{
border-color: #DB0977;
}
</style>