Shades of Medium Violet Red #DB1C9B
Tints of Medium Violet Red #DB1C9B
RGB
CMYK
RGB Variations
Color information
#DB1C9B (or 0xDB1C9B) is known color: Medium Violet Red. HEX triplet: DB, 1C and 9B. RGB value is (219,28,155). Sum of RGB (Red+Green+Blue) = 219+28+155=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C9B is #24E364. Grayscale: #636363. Windows color (decimal): -2417509 or 10165467. OLE color: 10165467.
HSL color Cylindrical-coordinate representation of color #DB1C9B: hue angle of 320.1º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C9B is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 155 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.14 |
| HSL | 320.1º | 0.77% | 0.48% | - |
| HSV(B) | 320.1º | 0.87% | 0.86% | - |
| XYZ | 35.55 | 18.26 | 32.66 | - |
| YUV | 99.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 155 | 0 | 0.87 | 0.29 | 0.14 | 320.1 | 0.77 | 0.48 |
| Hex | DB | 1C | 9B | 0 | 57 | 1D | E | 140 | 4D | 30 |
| Octal | 333 | 34 | 233 | 0 | 127 | 35 | 16 | 500 | 115 | 60 |
| Binary | 11011011 | 11100 | 10011011 | 0 | 1010111 | 11101 | 1110 | 101000000 | 1001101 | 110000 |
Color Harmonies of #DB1C9B
Complementary color
Monochromatic Colors of #DB1C9B
Black with #DB1C9B
Text Example
Text Example
White with #DB1C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C9B; }
p { color: rgb(219,28,155); }
H1.HeaderClassName
{
color: #DB1C9B;
}
.AnyTagClassName
{
color: #DB1C9B;
}
</style>
background-color css
<style>
a { background-color: #DB1C9B; }
a { background-color: rgb(219,28,155); }
div.DivClassName
{
background-color: #DB1C9B;
}
.BgClassName
{
background-color: #DB1C9B;
}
</style>
border-color css
<style>
span { border-color: #DB1C9B; }
span { border-color: rgb(219,28,155); }
td.TdClassName
{
border-color: #DB1C9B;
}
.TagClassName
{
border-color: #DB1C9B;
}
</style>