Shades of Medium Violet Red #DB0878
Tints of Medium Violet Red #DB0878
RGB
CMYK
RGB Variations
Color information
#DB0878 (or 0xDB0878) is known color: Medium Violet Red. HEX triplet: DB, 08 and 78. RGB value is (219,8,120). Sum of RGB (Red+Green+Blue) = 219+8+120=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0878 is #24F787. Grayscale: #535353. Windows color (decimal): -2422664 or 7866587. OLE color: 7866587.
HSL color Cylindrical-coordinate representation of color #DB0878: hue angle of 328.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0878 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.14 |
| HSL | 328.15º | 0.93% | 0.45% | - |
| HSV(B) | 328.15º | 0.96% | 0.86% | - |
| XYZ | 32.69 | 16.59 | 19.25 | - |
| YUV | 83.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 120 | 0 | 0.96 | 0.45 | 0.14 | 328.15 | 0.93 | 0.45 |
| Hex | DB | 8 | 78 | 0 | 60 | 2D | E | 148 | 5D | 2D |
| Octal | 333 | 10 | 170 | 0 | 140 | 55 | 16 | 510 | 135 | 55 |
| Binary | 11011011 | 1000 | 1111000 | 0 | 1100000 | 101101 | 1110 | 101001000 | 1011101 | 101101 |
Color Harmonies of #DB0878
Complementary color
Monochromatic Colors of #DB0878
Black with #DB0878
Text Example
Text Example
White with #DB0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0878; }
p { color: rgb(219,8,120); }
H1.HeaderClassName
{
color: #DB0878;
}
.AnyTagClassName
{
color: #DB0878;
}
</style>
background-color css
<style>
a { background-color: #DB0878; }
a { background-color: rgb(219,8,120); }
div.DivClassName
{
background-color: #DB0878;
}
.BgClassName
{
background-color: #DB0878;
}
</style>
border-color css
<style>
span { border-color: #DB0878; }
span { border-color: rgb(219,8,120); }
td.TdClassName
{
border-color: #DB0878;
}
.TagClassName
{
border-color: #DB0878;
}
</style>