Shades of Medium Violet Red #DB1B79
Tints of Medium Violet Red #DB1B79
RGB
CMYK
RGB Variations
Color information
#DB1B79 (or 0xDB1B79) is known color: Medium Violet Red. HEX triplet: DB, 1B and 79. RGB value is (219,27,121). Sum of RGB (Red+Green+Blue) = 219+27+121=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B79 is #24E486. Grayscale: #5E5E5E. Windows color (decimal): -2417799 or 7936987. OLE color: 7936987.
HSL color Cylindrical-coordinate representation of color #DB1B79: hue angle of 330.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B79 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 121 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.14 |
| HSL | 330.63º | 0.78% | 0.48% | - |
| HSV(B) | 330.63º | 0.88% | 0.86% | - |
| XYZ | 33.06 | 17.22 | 19.67 | - |
| YUV | 95.12 | 142.61 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 121 | 0 | 0.88 | 0.45 | 0.14 | 330.63 | 0.78 | 0.48 |
| Hex | DB | 1B | 79 | 0 | 58 | 2D | E | 14B | 4E | 30 |
| Octal | 333 | 33 | 171 | 0 | 130 | 55 | 16 | 513 | 116 | 60 |
| Binary | 11011011 | 11011 | 1111001 | 0 | 1011000 | 101101 | 1110 | 101001011 | 1001110 | 110000 |
Color Harmonies of #DB1B79
Complementary color
Monochromatic Colors of #DB1B79
Black with #DB1B79
Text Example
Text Example
White with #DB1B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B79; }
p { color: rgb(219,27,121); }
H1.HeaderClassName
{
color: #DB1B79;
}
.AnyTagClassName
{
color: #DB1B79;
}
</style>
background-color css
<style>
a { background-color: #DB1B79; }
a { background-color: rgb(219,27,121); }
div.DivClassName
{
background-color: #DB1B79;
}
.BgClassName
{
background-color: #DB1B79;
}
</style>
border-color css
<style>
span { border-color: #DB1B79; }
span { border-color: rgb(219,27,121); }
td.TdClassName
{
border-color: #DB1B79;
}
.TagClassName
{
border-color: #DB1B79;
}
</style>