Shades of Medium Violet Red #DB078B
Tints of Medium Violet Red #DB078B
RGB
CMYK
RGB Variations
Color information
#DB078B (or 0xDB078B) is known color: Medium Violet Red. HEX triplet: DB, 07 and 8B. RGB value is (219,7,139). Sum of RGB (Red+Green+Blue) = 219+7+139=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB078B is #24F874. Grayscale: #555555. Windows color (decimal): -2422901 or 9111515. OLE color: 9111515.
HSL color Cylindrical-coordinate representation of color #DB078B: hue angle of 322.64º 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 #DB078B is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.14 |
| HSL | 322.64º | 0.94% | 0.44% | - |
| HSV(B) | 322.64º | 0.97% | 0.86% | - |
| XYZ | 33.95 | 17.08 | 25.93 | - |
| YUV | 85.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 139 | 0 | 0.97 | 0.37 | 0.14 | 322.64 | 0.94 | 0.44 |
| Hex | DB | 7 | 8B | 0 | 61 | 25 | E | 143 | 5E | 2C |
| Octal | 333 | 7 | 213 | 0 | 141 | 45 | 16 | 503 | 136 | 54 |
| Binary | 11011011 | 111 | 10001011 | 0 | 1100001 | 100101 | 1110 | 101000011 | 1011110 | 101100 |
Color Harmonies of #DB078B
Complementary color
Monochromatic Colors of #DB078B
Black with #DB078B
Text Example
Text Example
White with #DB078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB078B; }
p { color: rgb(219,7,139); }
H1.HeaderClassName
{
color: #DB078B;
}
.AnyTagClassName
{
color: #DB078B;
}
</style>
background-color css
<style>
a { background-color: #DB078B; }
a { background-color: rgb(219,7,139); }
div.DivClassName
{
background-color: #DB078B;
}
.BgClassName
{
background-color: #DB078B;
}
</style>
border-color css
<style>
span { border-color: #DB078B; }
span { border-color: rgb(219,7,139); }
td.TdClassName
{
border-color: #DB078B;
}
.TagClassName
{
border-color: #DB078B;
}
</style>