Shades of Medium Violet Red #DB078E
Tints of Medium Violet Red #DB078E
RGB
CMYK
RGB Variations
Color information
#DB078E (or 0xDB078E) is known color: Medium Violet Red. HEX triplet: DB, 07 and 8E. RGB value is (219,7,142). Sum of RGB (Red+Green+Blue) = 219+7+142=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB078E is #24F871. Grayscale: #555555. Windows color (decimal): -2422898 or 9308123. OLE color: 9308123.
HSL color Cylindrical-coordinate representation of color #DB078E: hue angle of 321.79º 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 #DB078E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 142 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.14 |
| HSL | 321.79º | 0.94% | 0.44% | - |
| HSV(B) | 321.79º | 0.97% | 0.86% | - |
| XYZ | 34.17 | 17.17 | 27.1 | - |
| YUV | 85.78 | 159.74 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 142 | 0 | 0.97 | 0.35 | 0.14 | 321.79 | 0.94 | 0.44 |
| Hex | DB | 7 | 8E | 0 | 61 | 23 | E | 142 | 5E | 2C |
| Octal | 333 | 7 | 216 | 0 | 141 | 43 | 16 | 502 | 136 | 54 |
| Binary | 11011011 | 111 | 10001110 | 0 | 1100001 | 100011 | 1110 | 101000010 | 1011110 | 101100 |
Color Harmonies of #DB078E
Complementary color
Monochromatic Colors of #DB078E
Black with #DB078E
Text Example
Text Example
White with #DB078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB078E; }
p { color: rgb(219,7,142); }
H1.HeaderClassName
{
color: #DB078E;
}
.AnyTagClassName
{
color: #DB078E;
}
</style>
background-color css
<style>
a { background-color: #DB078E; }
a { background-color: rgb(219,7,142); }
div.DivClassName
{
background-color: #DB078E;
}
.BgClassName
{
background-color: #DB078E;
}
</style>
border-color css
<style>
span { border-color: #DB078E; }
span { border-color: rgb(219,7,142); }
td.TdClassName
{
border-color: #DB078E;
}
.TagClassName
{
border-color: #DB078E;
}
</style>