Shades of Medium Violet Red #DB0678
Tints of Medium Violet Red #DB0678
RGB
CMYK
RGB Variations
Color information
#DB0678 (or 0xDB0678) is known color: Medium Violet Red. HEX triplet: DB, 06 and 78. RGB value is (219,6,120). Sum of RGB (Red+Green+Blue) = 219+6+120=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0678 is #24F987. Grayscale: #525252. Windows color (decimal): -2423176 or 7866075. OLE color: 7866075.
HSL color Cylindrical-coordinate representation of color #DB0678: hue angle of 327.89º degrees, saturation: 0.95, 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 #DB0678 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.14 |
| HSL | 327.89º | 0.95% | 0.44% | - |
| HSV(B) | 327.89º | 0.97% | 0.86% | - |
| XYZ | 32.67 | 16.55 | 19.24 | - |
| YUV | 82.68 | 149.07 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 120 | 0 | 0.97 | 0.45 | 0.14 | 327.89 | 0.95 | 0.44 |
| Hex | DB | 6 | 78 | 0 | 61 | 2D | E | 148 | 5F | 2C |
| Octal | 333 | 6 | 170 | 0 | 141 | 55 | 16 | 510 | 137 | 54 |
| Binary | 11011011 | 110 | 1111000 | 0 | 1100001 | 101101 | 1110 | 101001000 | 1011111 | 101100 |
Color Harmonies of #DB0678
Complementary color
Monochromatic Colors of #DB0678
Black with #DB0678
Text Example
Text Example
White with #DB0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0678; }
p { color: rgb(219,6,120); }
H1.HeaderClassName
{
color: #DB0678;
}
.AnyTagClassName
{
color: #DB0678;
}
</style>
background-color css
<style>
a { background-color: #DB0678; }
a { background-color: rgb(219,6,120); }
div.DivClassName
{
background-color: #DB0678;
}
.BgClassName
{
background-color: #DB0678;
}
</style>
border-color css
<style>
span { border-color: #DB0678; }
span { border-color: rgb(219,6,120); }
td.TdClassName
{
border-color: #DB0678;
}
.TagClassName
{
border-color: #DB0678;
}
</style>