Shades of Medium Violet Red #DB1888
Tints of Medium Violet Red #DB1888
RGB
CMYK
RGB Variations
Color information
#DB1888 (or 0xDB1888) is known color: Medium Violet Red. HEX triplet: DB, 18 and 88. RGB value is (219,24,136). Sum of RGB (Red+Green+Blue) = 219+24+136=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1888 is #24E777. Grayscale: #5E5E5E. Windows color (decimal): -2418552 or 8919259. OLE color: 8919259.
HSL color Cylindrical-coordinate representation of color #DB1888: hue angle of 325.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1888 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 136 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.14 |
| HSL | 325.54º | 0.8% | 0.48% | - |
| HSV(B) | 325.54º | 0.89% | 0.86% | - |
| XYZ | 33.98 | 17.49 | 24.88 | - |
| YUV | 95.07 | 151.1 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 136 | 0 | 0.89 | 0.38 | 0.14 | 325.54 | 0.8 | 0.48 |
| Hex | DB | 18 | 88 | 0 | 59 | 26 | E | 146 | 50 | 30 |
| Octal | 333 | 30 | 210 | 0 | 131 | 46 | 16 | 506 | 120 | 60 |
| Binary | 11011011 | 11000 | 10001000 | 0 | 1011001 | 100110 | 1110 | 101000110 | 1010000 | 110000 |
Color Harmonies of #DB1888
Complementary color
Monochromatic Colors of #DB1888
Black with #DB1888
Text Example
Text Example
White with #DB1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1888; }
p { color: rgb(219,24,136); }
H1.HeaderClassName
{
color: #DB1888;
}
.AnyTagClassName
{
color: #DB1888;
}
</style>
background-color css
<style>
a { background-color: #DB1888; }
a { background-color: rgb(219,24,136); }
div.DivClassName
{
background-color: #DB1888;
}
.BgClassName
{
background-color: #DB1888;
}
</style>
border-color css
<style>
span { border-color: #DB1888; }
span { border-color: rgb(219,24,136); }
td.TdClassName
{
border-color: #DB1888;
}
.TagClassName
{
border-color: #DB1888;
}
</style>