Shades of Medium Violet Red #DB0777
Tints of Medium Violet Red #DB0777
RGB
CMYK
RGB Variations
Color information
#DB0777 (or 0xDB0777) is known color: Medium Violet Red. HEX triplet: DB, 07 and 77. RGB value is (219,7,119). Sum of RGB (Red+Green+Blue) = 219+7+119=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0777 is #24F888. Grayscale: #525252. Windows color (decimal): -2422921 or 7800795. OLE color: 7800795.
HSL color Cylindrical-coordinate representation of color #DB0777: hue angle of 328.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0777 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 119 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.14 |
| HSL | 328.3º | 0.94% | 0.44% | - |
| HSV(B) | 328.3º | 0.97% | 0.86% | - |
| XYZ | 32.62 | 16.54 | 18.93 | - |
| YUV | 83.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 119 | 0 | 0.97 | 0.46 | 0.14 | 328.3 | 0.94 | 0.44 |
| Hex | DB | 7 | 77 | 0 | 61 | 2E | E | 148 | 5E | 2C |
| Octal | 333 | 7 | 167 | 0 | 141 | 56 | 16 | 510 | 136 | 54 |
| Binary | 11011011 | 111 | 1110111 | 0 | 1100001 | 101110 | 1110 | 101001000 | 1011110 | 101100 |
Color Harmonies of #DB0777
Complementary color
Monochromatic Colors of #DB0777
Black with #DB0777
Text Example
Text Example
White with #DB0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0777; }
p { color: rgb(219,7,119); }
H1.HeaderClassName
{
color: #DB0777;
}
.AnyTagClassName
{
color: #DB0777;
}
</style>
background-color css
<style>
a { background-color: #DB0777; }
a { background-color: rgb(219,7,119); }
div.DivClassName
{
background-color: #DB0777;
}
.BgClassName
{
background-color: #DB0777;
}
</style>
border-color css
<style>
span { border-color: #DB0777; }
span { border-color: rgb(219,7,119); }
td.TdClassName
{
border-color: #DB0777;
}
.TagClassName
{
border-color: #DB0777;
}
</style>