Shades of Medium Violet Red #DB188E
Tints of Medium Violet Red #DB188E
RGB
CMYK
RGB Variations
Color information
#DB188E (or 0xDB188E) is known color: Medium Violet Red. HEX triplet: DB, 18 and 8E. RGB value is (219,24,142). Sum of RGB (Red+Green+Blue) = 219+24+142=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB188E is #24E771. Grayscale: #5F5F5F. Windows color (decimal): -2418546 or 9312475. OLE color: 9312475.
HSL color Cylindrical-coordinate representation of color #DB188E: hue angle of 323.69º 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 #DB188E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 142 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.14 |
| HSL | 323.69º | 0.8% | 0.48% | - |
| HSV(B) | 323.69º | 0.89% | 0.86% | - |
| XYZ | 34.42 | 17.67 | 27.19 | - |
| YUV | 95.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 142 | 0 | 0.89 | 0.35 | 0.14 | 323.69 | 0.8 | 0.48 |
| Hex | DB | 18 | 8E | 0 | 59 | 23 | E | 144 | 50 | 30 |
| Octal | 333 | 30 | 216 | 0 | 131 | 43 | 16 | 504 | 120 | 60 |
| Binary | 11011011 | 11000 | 10001110 | 0 | 1011001 | 100011 | 1110 | 101000100 | 1010000 | 110000 |
Color Harmonies of #DB188E
Complementary color
Monochromatic Colors of #DB188E
Black with #DB188E
Text Example
Text Example
White with #DB188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB188E; }
p { color: rgb(219,24,142); }
H1.HeaderClassName
{
color: #DB188E;
}
.AnyTagClassName
{
color: #DB188E;
}
</style>
background-color css
<style>
a { background-color: #DB188E; }
a { background-color: rgb(219,24,142); }
div.DivClassName
{
background-color: #DB188E;
}
.BgClassName
{
background-color: #DB188E;
}
</style>
border-color css
<style>
span { border-color: #DB188E; }
span { border-color: rgb(219,24,142); }
td.TdClassName
{
border-color: #DB188E;
}
.TagClassName
{
border-color: #DB188E;
}
</style>