Shades of Medium Violet Red #DB187D
Tints of Medium Violet Red #DB187D
RGB
CMYK
RGB Variations
Color information
#DB187D (or 0xDB187D) is known color: Medium Violet Red. HEX triplet: DB, 18 and 7D. RGB value is (219,24,125). Sum of RGB (Red+Green+Blue) = 219+24+125=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB187D is #24E782. Grayscale: #5D5D5D. Windows color (decimal): -2418563 or 8198363. OLE color: 8198363.
HSL color Cylindrical-coordinate representation of color #DB187D: hue angle of 328.92º 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 #DB187D is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 125 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.14 |
| HSL | 328.92º | 0.8% | 0.48% | - |
| HSV(B) | 328.92º | 0.89% | 0.86% | - |
| XYZ | 33.24 | 17.19 | 20.97 | - |
| YUV | 93.82 | 145.6 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 125 | 0 | 0.89 | 0.43 | 0.14 | 328.92 | 0.8 | 0.48 |
| Hex | DB | 18 | 7D | 0 | 59 | 2B | E | 149 | 50 | 30 |
| Octal | 333 | 30 | 175 | 0 | 131 | 53 | 16 | 511 | 120 | 60 |
| Binary | 11011011 | 11000 | 1111101 | 0 | 1011001 | 101011 | 1110 | 101001001 | 1010000 | 110000 |
Color Harmonies of #DB187D
Complementary color
Monochromatic Colors of #DB187D
Black with #DB187D
Text Example
Text Example
White with #DB187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB187D; }
p { color: rgb(219,24,125); }
H1.HeaderClassName
{
color: #DB187D;
}
.AnyTagClassName
{
color: #DB187D;
}
</style>
background-color css
<style>
a { background-color: #DB187D; }
a { background-color: rgb(219,24,125); }
div.DivClassName
{
background-color: #DB187D;
}
.BgClassName
{
background-color: #DB187D;
}
</style>
border-color css
<style>
span { border-color: #DB187D; }
span { border-color: rgb(219,24,125); }
td.TdClassName
{
border-color: #DB187D;
}
.TagClassName
{
border-color: #DB187D;
}
</style>