Shades of Medium Violet Red #DB1678
Tints of Medium Violet Red #DB1678
RGB
CMYK
RGB Variations
Color information
#DB1678 (or 0xDB1678) is known color: Medium Violet Red. HEX triplet: DB, 16 and 78. RGB value is (219,22,120). Sum of RGB (Red+Green+Blue) = 219+22+120=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1678 is #24E987. Grayscale: #5B5B5B. Windows color (decimal): -2419080 or 7870171. OLE color: 7870171.
HSL color Cylindrical-coordinate representation of color #DB1678: hue angle of 330.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1678 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 120 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.14 |
| HSL | 330.15º | 0.82% | 0.47% | - |
| HSV(B) | 330.15º | 0.9% | 0.86% | - |
| XYZ | 32.89 | 16.99 | 19.32 | - |
| YUV | 92.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 120 | 0 | 0.90 | 0.45 | 0.14 | 330.15 | 0.82 | 0.47 |
| Hex | DB | 16 | 78 | 0 | 5A | 2D | E | 14A | 52 | 2F |
| Octal | 333 | 26 | 170 | 0 | 132 | 55 | 16 | 512 | 122 | 57 |
| Binary | 11011011 | 10110 | 1111000 | 0 | 1011010 | 101101 | 1110 | 101001010 | 1010010 | 101111 |
Color Harmonies of #DB1678
Complementary color
Monochromatic Colors of #DB1678
Black with #DB1678
Text Example
Text Example
White with #DB1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1678; }
p { color: rgb(219,22,120); }
H1.HeaderClassName
{
color: #DB1678;
}
.AnyTagClassName
{
color: #DB1678;
}
</style>
background-color css
<style>
a { background-color: #DB1678; }
a { background-color: rgb(219,22,120); }
div.DivClassName
{
background-color: #DB1678;
}
.BgClassName
{
background-color: #DB1678;
}
</style>
border-color css
<style>
span { border-color: #DB1678; }
span { border-color: rgb(219,22,120); }
td.TdClassName
{
border-color: #DB1678;
}
.TagClassName
{
border-color: #DB1678;
}
</style>