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