Shades of Medium Violet Red #DB187A
Tints of Medium Violet Red #DB187A
RGB
CMYK
RGB Variations
Color information
#DB187A (or 0xDB187A) is known color: Medium Violet Red. HEX triplet: DB, 18 and 7A. RGB value is (219,24,122). Sum of RGB (Red+Green+Blue) = 219+24+122=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB187A is #24E785. Grayscale: #5D5D5D. Windows color (decimal): -2418566 or 8001755. OLE color: 8001755.
HSL color Cylindrical-coordinate representation of color #DB187A: hue angle of 329.85º 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 #DB187A is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 122 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.14 |
| HSL | 329.85º | 0.8% | 0.48% | - |
| HSV(B) | 329.85º | 0.89% | 0.86% | - |
| XYZ | 33.05 | 17.12 | 19.97 | - |
| YUV | 93.48 | 144.1 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 122 | 0 | 0.89 | 0.44 | 0.14 | 329.85 | 0.8 | 0.48 |
| Hex | DB | 18 | 7A | 0 | 59 | 2C | E | 14A | 50 | 30 |
| Octal | 333 | 30 | 172 | 0 | 131 | 54 | 16 | 512 | 120 | 60 |
| Binary | 11011011 | 11000 | 1111010 | 0 | 1011001 | 101100 | 1110 | 101001010 | 1010000 | 110000 |
Color Harmonies of #DB187A
Complementary color
Monochromatic Colors of #DB187A
Black with #DB187A
Text Example
Text Example
White with #DB187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB187A; }
p { color: rgb(219,24,122); }
H1.HeaderClassName
{
color: #DB187A;
}
.AnyTagClassName
{
color: #DB187A;
}
</style>
background-color css
<style>
a { background-color: #DB187A; }
a { background-color: rgb(219,24,122); }
div.DivClassName
{
background-color: #DB187A;
}
.BgClassName
{
background-color: #DB187A;
}
</style>
border-color css
<style>
span { border-color: #DB187A; }
span { border-color: rgb(219,24,122); }
td.TdClassName
{
border-color: #DB187A;
}
.TagClassName
{
border-color: #DB187A;
}
</style>