Shades of Medium Violet Red #DB188B
Tints of Medium Violet Red #DB188B
RGB
CMYK
RGB Variations
Color information
#DB188B (or 0xDB188B) is known color: Medium Violet Red. HEX triplet: DB, 18 and 8B. RGB value is (219,24,139). Sum of RGB (Red+Green+Blue) = 219+24+139=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB188B is #24E774. Grayscale: #5F5F5F. Windows color (decimal): -2418549 or 9115867. OLE color: 9115867.
HSL color Cylindrical-coordinate representation of color #DB188B: hue angle of 324.62º 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 #DB188B is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 139 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.14 |
| HSL | 324.62º | 0.8% | 0.48% | - |
| HSV(B) | 324.62º | 0.89% | 0.86% | - |
| XYZ | 34.2 | 17.58 | 26.02 | - |
| YUV | 95.42 | 152.6 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 139 | 0 | 0.89 | 0.37 | 0.14 | 324.62 | 0.8 | 0.48 |
| Hex | DB | 18 | 8B | 0 | 59 | 25 | E | 145 | 50 | 30 |
| Octal | 333 | 30 | 213 | 0 | 131 | 45 | 16 | 505 | 120 | 60 |
| Binary | 11011011 | 11000 | 10001011 | 0 | 1011001 | 100101 | 1110 | 101000101 | 1010000 | 110000 |
Color Harmonies of #DB188B
Complementary color
Monochromatic Colors of #DB188B
Black with #DB188B
Text Example
Text Example
White with #DB188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB188B; }
p { color: rgb(219,24,139); }
H1.HeaderClassName
{
color: #DB188B;
}
.AnyTagClassName
{
color: #DB188B;
}
</style>
background-color css
<style>
a { background-color: #DB188B; }
a { background-color: rgb(219,24,139); }
div.DivClassName
{
background-color: #DB188B;
}
.BgClassName
{
background-color: #DB188B;
}
</style>
border-color css
<style>
span { border-color: #DB188B; }
span { border-color: rgb(219,24,139); }
td.TdClassName
{
border-color: #DB188B;
}
.TagClassName
{
border-color: #DB188B;
}
</style>