Shades of Medium Violet Red #DB077C
Tints of Medium Violet Red #DB077C
RGB
CMYK
RGB Variations
Color information
#DB077C (or 0xDB077C) is known color: Medium Violet Red. HEX triplet: DB, 07 and 7C. RGB value is (219,7,124). Sum of RGB (Red+Green+Blue) = 219+7+124=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB077C is #24F883. Grayscale: #535353. Windows color (decimal): -2422916 or 8128475. OLE color: 8128475.
HSL color Cylindrical-coordinate representation of color #DB077C: hue angle of 326.89º 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 #DB077C is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.14 |
| HSL | 326.89º | 0.94% | 0.44% | - |
| HSV(B) | 326.89º | 0.97% | 0.86% | - |
| XYZ | 32.93 | 16.67 | 20.55 | - |
| YUV | 83.73 | 150.74 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 124 | 0 | 0.97 | 0.43 | 0.14 | 326.89 | 0.94 | 0.44 |
| Hex | DB | 7 | 7C | 0 | 61 | 2B | E | 147 | 5E | 2C |
| Octal | 333 | 7 | 174 | 0 | 141 | 53 | 16 | 507 | 136 | 54 |
| Binary | 11011011 | 111 | 1111100 | 0 | 1100001 | 101011 | 1110 | 101000111 | 1011110 | 101100 |
Color Harmonies of #DB077C
Complementary color
Monochromatic Colors of #DB077C
Black with #DB077C
Text Example
Text Example
White with #DB077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB077C; }
p { color: rgb(219,7,124); }
H1.HeaderClassName
{
color: #DB077C;
}
.AnyTagClassName
{
color: #DB077C;
}
</style>
background-color css
<style>
a { background-color: #DB077C; }
a { background-color: rgb(219,7,124); }
div.DivClassName
{
background-color: #DB077C;
}
.BgClassName
{
background-color: #DB077C;
}
</style>
border-color css
<style>
span { border-color: #DB077C; }
span { border-color: rgb(219,7,124); }
td.TdClassName
{
border-color: #DB077C;
}
.TagClassName
{
border-color: #DB077C;
}
</style>