Shades of Medium Violet Red #DB1E9C
Tints of Medium Violet Red #DB1E9C
RGB
CMYK
RGB Variations
Color information
#DB1E9C (or 0xDB1E9C) is known color: Medium Violet Red. HEX triplet: DB, 1E and 9C. RGB value is (219,30,156). Sum of RGB (Red+Green+Blue) = 219+30+156=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1E9C is #24E163. Grayscale: #646464. Windows color (decimal): -2416996 or 10231515. OLE color: 10231515.
HSL color Cylindrical-coordinate representation of color #DB1E9C: hue angle of 320º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E9C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 156 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.14 |
| HSL | 320º | 0.76% | 0.49% | - |
| HSV(B) | 320º | 0.86% | 0.86% | - |
| XYZ | 35.68 | 18.39 | 33.12 | - |
| YUV | 100.88 | 159.12 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 156 | 0 | 0.86 | 0.29 | 0.14 | 320 | 0.76 | 0.49 |
| Hex | DB | 1E | 9C | 0 | 56 | 1D | E | 140 | 4C | 31 |
| Octal | 333 | 36 | 234 | 0 | 126 | 35 | 16 | 500 | 114 | 61 |
| Binary | 11011011 | 11110 | 10011100 | 0 | 1010110 | 11101 | 1110 | 101000000 | 1001100 | 110001 |
Color Harmonies of #DB1E9C
Complementary color
Monochromatic Colors of #DB1E9C
Black with #DB1E9C
Text Example
Text Example
White with #DB1E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E9C; }
p { color: rgb(219,30,156); }
H1.HeaderClassName
{
color: #DB1E9C;
}
.AnyTagClassName
{
color: #DB1E9C;
}
</style>
background-color css
<style>
a { background-color: #DB1E9C; }
a { background-color: rgb(219,30,156); }
div.DivClassName
{
background-color: #DB1E9C;
}
.BgClassName
{
background-color: #DB1E9C;
}
</style>
border-color css
<style>
span { border-color: #DB1E9C; }
span { border-color: rgb(219,30,156); }
td.TdClassName
{
border-color: #DB1E9C;
}
.TagClassName
{
border-color: #DB1E9C;
}
</style>