Shades of Medium Violet Red #DB1C8E
Tints of Medium Violet Red #DB1C8E
RGB
CMYK
RGB Variations
Color information
#DB1C8E (or 0xDB1C8E) is known color: Medium Violet Red. HEX triplet: DB, 1C and 8E. RGB value is (219,28,142). Sum of RGB (Red+Green+Blue) = 219+28+142=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C8E is #24E371. Grayscale: #616161. Windows color (decimal): -2417522 or 9313499. OLE color: 9313499.
HSL color Cylindrical-coordinate representation of color #DB1C8E: hue angle of 324.19º 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 #DB1C8E is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 142 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.14 |
| HSL | 324.19º | 0.77% | 0.48% | - |
| HSV(B) | 324.19º | 0.87% | 0.86% | - |
| XYZ | 34.51 | 17.84 | 27.22 | - |
| YUV | 98.11 | 152.78 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 142 | 0 | 0.87 | 0.35 | 0.14 | 324.19 | 0.77 | 0.48 |
| Hex | DB | 1C | 8E | 0 | 57 | 23 | E | 144 | 4D | 30 |
| Octal | 333 | 34 | 216 | 0 | 127 | 43 | 16 | 504 | 115 | 60 |
| Binary | 11011011 | 11100 | 10001110 | 0 | 1010111 | 100011 | 1110 | 101000100 | 1001101 | 110000 |
Color Harmonies of #DB1C8E
Complementary color
Monochromatic Colors of #DB1C8E
Black with #DB1C8E
Text Example
Text Example
White with #DB1C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C8E; }
p { color: rgb(219,28,142); }
H1.HeaderClassName
{
color: #DB1C8E;
}
.AnyTagClassName
{
color: #DB1C8E;
}
</style>
background-color css
<style>
a { background-color: #DB1C8E; }
a { background-color: rgb(219,28,142); }
div.DivClassName
{
background-color: #DB1C8E;
}
.BgClassName
{
background-color: #DB1C8E;
}
</style>
border-color css
<style>
span { border-color: #DB1C8E; }
span { border-color: rgb(219,28,142); }
td.TdClassName
{
border-color: #DB1C8E;
}
.TagClassName
{
border-color: #DB1C8E;
}
</style>