Shades of Medium Violet Red #DB077A
Tints of Medium Violet Red #DB077A
RGB
CMYK
RGB Variations
Color information
#DB077A (or 0xDB077A) is known color: Medium Violet Red. HEX triplet: DB, 07 and 7A. RGB value is (219,7,122). Sum of RGB (Red+Green+Blue) = 219+7+122=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB077A is #24F885. Grayscale: #535353. Windows color (decimal): -2422918 or 7997403. OLE color: 7997403.
HSL color Cylindrical-coordinate representation of color #DB077A: hue angle of 327.45º 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 #DB077A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.14 |
| HSL | 327.45º | 0.94% | 0.44% | - |
| HSV(B) | 327.45º | 0.97% | 0.86% | - |
| XYZ | 32.8 | 16.62 | 19.89 | - |
| YUV | 83.5 | 149.74 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 122 | 0 | 0.97 | 0.44 | 0.14 | 327.45 | 0.94 | 0.44 |
| Hex | DB | 7 | 7A | 0 | 61 | 2C | E | 147 | 5E | 2C |
| Octal | 333 | 7 | 172 | 0 | 141 | 54 | 16 | 507 | 136 | 54 |
| Binary | 11011011 | 111 | 1111010 | 0 | 1100001 | 101100 | 1110 | 101000111 | 1011110 | 101100 |
Color Harmonies of #DB077A
Complementary color
Monochromatic Colors of #DB077A
Black with #DB077A
Text Example
Text Example
White with #DB077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB077A; }
p { color: rgb(219,7,122); }
H1.HeaderClassName
{
color: #DB077A;
}
.AnyTagClassName
{
color: #DB077A;
}
</style>
background-color css
<style>
a { background-color: #DB077A; }
a { background-color: rgb(219,7,122); }
div.DivClassName
{
background-color: #DB077A;
}
.BgClassName
{
background-color: #DB077A;
}
</style>
border-color css
<style>
span { border-color: #DB077A; }
span { border-color: rgb(219,7,122); }
td.TdClassName
{
border-color: #DB077A;
}
.TagClassName
{
border-color: #DB077A;
}
</style>