Shades of Medium Violet Red #DB077E
Tints of Medium Violet Red #DB077E
RGB
CMYK
RGB Variations
Color information
#DB077E (or 0xDB077E) is known color: Medium Violet Red. HEX triplet: DB, 07 and 7E. RGB value is (219,7,126). Sum of RGB (Red+Green+Blue) = 219+7+126=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB077E is #24F881. Grayscale: #535353. Windows color (decimal): -2422914 or 8259547. OLE color: 8259547.
HSL color Cylindrical-coordinate representation of color #DB077E: hue angle of 326.32º 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 #DB077E is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.14 |
| HSL | 326.32º | 0.94% | 0.44% | - |
| HSV(B) | 326.32º | 0.97% | 0.86% | - |
| XYZ | 33.06 | 16.72 | 21.22 | - |
| YUV | 83.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 126 | 0 | 0.97 | 0.42 | 0.14 | 326.32 | 0.94 | 0.44 |
| Hex | DB | 7 | 7E | 0 | 61 | 2A | E | 146 | 5E | 2C |
| Octal | 333 | 7 | 176 | 0 | 141 | 52 | 16 | 506 | 136 | 54 |
| Binary | 11011011 | 111 | 1111110 | 0 | 1100001 | 101010 | 1110 | 101000110 | 1011110 | 101100 |
Color Harmonies of #DB077E
Complementary color
Monochromatic Colors of #DB077E
Black with #DB077E
Text Example
Text Example
White with #DB077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB077E; }
p { color: rgb(219,7,126); }
H1.HeaderClassName
{
color: #DB077E;
}
.AnyTagClassName
{
color: #DB077E;
}
</style>
background-color css
<style>
a { background-color: #DB077E; }
a { background-color: rgb(219,7,126); }
div.DivClassName
{
background-color: #DB077E;
}
.BgClassName
{
background-color: #DB077E;
}
</style>
border-color css
<style>
span { border-color: #DB077E; }
span { border-color: rgb(219,7,126); }
td.TdClassName
{
border-color: #DB077E;
}
.TagClassName
{
border-color: #DB077E;
}
</style>