Shades of Medium Violet Red #DB1B7C
Tints of Medium Violet Red #DB1B7C
RGB
CMYK
RGB Variations
Color information
#DB1B7C (or 0xDB1B7C) is known color: Medium Violet Red. HEX triplet: DB, 1B and 7C. RGB value is (219,27,124). Sum of RGB (Red+Green+Blue) = 219+27+124=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B7C is #24E483. Grayscale: #5F5F5F. Windows color (decimal): -2417796 or 8133595. OLE color: 8133595.
HSL color Cylindrical-coordinate representation of color #DB1B7C: hue angle of 329.69º 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 #DB1B7C is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 124 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.14 |
| HSL | 329.69º | 0.78% | 0.48% | - |
| HSV(B) | 329.69º | 0.88% | 0.86% | - |
| XYZ | 33.24 | 17.3 | 20.66 | - |
| YUV | 95.47 | 144.11 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 124 | 0 | 0.88 | 0.43 | 0.14 | 329.69 | 0.78 | 0.48 |
| Hex | DB | 1B | 7C | 0 | 58 | 2B | E | 14A | 4E | 30 |
| Octal | 333 | 33 | 174 | 0 | 130 | 53 | 16 | 512 | 116 | 60 |
| Binary | 11011011 | 11011 | 1111100 | 0 | 1011000 | 101011 | 1110 | 101001010 | 1001110 | 110000 |
Color Harmonies of #DB1B7C
Complementary color
Monochromatic Colors of #DB1B7C
Black with #DB1B7C
Text Example
Text Example
White with #DB1B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B7C; }
p { color: rgb(219,27,124); }
H1.HeaderClassName
{
color: #DB1B7C;
}
.AnyTagClassName
{
color: #DB1B7C;
}
</style>
background-color css
<style>
a { background-color: #DB1B7C; }
a { background-color: rgb(219,27,124); }
div.DivClassName
{
background-color: #DB1B7C;
}
.BgClassName
{
background-color: #DB1B7C;
}
</style>
border-color css
<style>
span { border-color: #DB1B7C; }
span { border-color: rgb(219,27,124); }
td.TdClassName
{
border-color: #DB1B7C;
}
.TagClassName
{
border-color: #DB1B7C;
}
</style>