Shades of Medium Violet Red #DB187E
Tints of Medium Violet Red #DB187E
RGB
CMYK
RGB Variations
Color information
#DB187E (or 0xDB187E) is known color: Medium Violet Red. HEX triplet: DB, 18 and 7E. RGB value is (219,24,126). Sum of RGB (Red+Green+Blue) = 219+24+126=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB187E is #24E781. Grayscale: #5D5D5D. Windows color (decimal): -2418562 or 8263899. OLE color: 8263899.
HSL color Cylindrical-coordinate representation of color #DB187E: hue angle of 328.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 #DB187E is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 126 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.14 |
| HSL | 328.62º | 0.8% | 0.48% | - |
| HSV(B) | 328.62º | 0.89% | 0.86% | - |
| XYZ | 33.31 | 17.22 | 21.31 | - |
| YUV | 93.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 126 | 0 | 0.89 | 0.42 | 0.14 | 328.62 | 0.8 | 0.48 |
| Hex | DB | 18 | 7E | 0 | 59 | 2A | E | 149 | 50 | 30 |
| Octal | 333 | 30 | 176 | 0 | 131 | 52 | 16 | 511 | 120 | 60 |
| Binary | 11011011 | 11000 | 1111110 | 0 | 1011001 | 101010 | 1110 | 101001001 | 1010000 | 110000 |
Color Harmonies of #DB187E
Complementary color
Monochromatic Colors of #DB187E
Black with #DB187E
Text Example
Text Example
White with #DB187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB187E; }
p { color: rgb(219,24,126); }
H1.HeaderClassName
{
color: #DB187E;
}
.AnyTagClassName
{
color: #DB187E;
}
</style>
background-color css
<style>
a { background-color: #DB187E; }
a { background-color: rgb(219,24,126); }
div.DivClassName
{
background-color: #DB187E;
}
.BgClassName
{
background-color: #DB187E;
}
</style>
border-color css
<style>
span { border-color: #DB187E; }
span { border-color: rgb(219,24,126); }
td.TdClassName
{
border-color: #DB187E;
}
.TagClassName
{
border-color: #DB187E;
}
</style>