Shades of Medium Violet Red #DB077B
Tints of Medium Violet Red #DB077B
RGB
CMYK
RGB Variations
Color information
#DB077B (or 0xDB077B) is known color: Medium Violet Red. HEX triplet: DB, 07 and 7B. RGB value is (219,7,123). Sum of RGB (Red+Green+Blue) = 219+7+123=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB077B is #24F884. Grayscale: #535353. Windows color (decimal): -2422917 or 8062939. OLE color: 8062939.
HSL color Cylindrical-coordinate representation of color #DB077B: hue angle of 327.17º 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 #DB077B is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.14 |
| HSL | 327.17º | 0.94% | 0.44% | - |
| HSV(B) | 327.17º | 0.97% | 0.86% | - |
| XYZ | 32.86 | 16.64 | 20.22 | - |
| YUV | 83.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 123 | 0 | 0.97 | 0.44 | 0.14 | 327.17 | 0.94 | 0.44 |
| Hex | DB | 7 | 7B | 0 | 61 | 2C | E | 147 | 5E | 2C |
| Octal | 333 | 7 | 173 | 0 | 141 | 54 | 16 | 507 | 136 | 54 |
| Binary | 11011011 | 111 | 1111011 | 0 | 1100001 | 101100 | 1110 | 101000111 | 1011110 | 101100 |
Color Harmonies of #DB077B
Complementary color
Monochromatic Colors of #DB077B
Black with #DB077B
Text Example
Text Example
White with #DB077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB077B; }
p { color: rgb(219,7,123); }
H1.HeaderClassName
{
color: #DB077B;
}
.AnyTagClassName
{
color: #DB077B;
}
</style>
background-color css
<style>
a { background-color: #DB077B; }
a { background-color: rgb(219,7,123); }
div.DivClassName
{
background-color: #DB077B;
}
.BgClassName
{
background-color: #DB077B;
}
</style>
border-color css
<style>
span { border-color: #DB077B; }
span { border-color: rgb(219,7,123); }
td.TdClassName
{
border-color: #DB077B;
}
.TagClassName
{
border-color: #DB077B;
}
</style>