Shades of Medium Violet Red #DB078D
Tints of Medium Violet Red #DB078D
RGB
CMYK
RGB Variations
Color information
#DB078D (or 0xDB078D) is known color: Medium Violet Red. HEX triplet: DB, 07 and 8D. RGB value is (219,7,141). Sum of RGB (Red+Green+Blue) = 219+7+141=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB078D is #24F872. Grayscale: #555555. Windows color (decimal): -2422899 or 9242587. OLE color: 9242587.
HSL color Cylindrical-coordinate representation of color #DB078D: hue angle of 322.08º 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 #DB078D is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.14 |
| HSL | 322.08º | 0.94% | 0.44% | - |
| HSV(B) | 322.08º | 0.97% | 0.86% | - |
| XYZ | 34.1 | 17.14 | 26.71 | - |
| YUV | 85.66 | 159.24 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 141 | 0 | 0.97 | 0.36 | 0.14 | 322.08 | 0.94 | 0.44 |
| Hex | DB | 7 | 8D | 0 | 61 | 24 | E | 142 | 5E | 2C |
| Octal | 333 | 7 | 215 | 0 | 141 | 44 | 16 | 502 | 136 | 54 |
| Binary | 11011011 | 111 | 10001101 | 0 | 1100001 | 100100 | 1110 | 101000010 | 1011110 | 101100 |
Color Harmonies of #DB078D
Complementary color
Monochromatic Colors of #DB078D
Black with #DB078D
Text Example
Text Example
White with #DB078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB078D; }
p { color: rgb(219,7,141); }
H1.HeaderClassName
{
color: #DB078D;
}
.AnyTagClassName
{
color: #DB078D;
}
</style>
background-color css
<style>
a { background-color: #DB078D; }
a { background-color: rgb(219,7,141); }
div.DivClassName
{
background-color: #DB078D;
}
.BgClassName
{
background-color: #DB078D;
}
</style>
border-color css
<style>
span { border-color: #DB078D; }
span { border-color: rgb(219,7,141); }
td.TdClassName
{
border-color: #DB078D;
}
.TagClassName
{
border-color: #DB078D;
}
</style>