Shades of Medium Violet Red #DB087E
Tints of Medium Violet Red #DB087E
RGB
CMYK
RGB Variations
Color information
#DB087E (or 0xDB087E) is known color: Medium Violet Red. HEX triplet: DB, 08 and 7E. RGB value is (219,8,126). Sum of RGB (Red+Green+Blue) = 219+8+126=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB087E is #24F781. Grayscale: #545454. Windows color (decimal): -2422658 or 8259803. OLE color: 8259803.
HSL color Cylindrical-coordinate representation of color #DB087E: hue angle of 326.45º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB087E is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.14 |
| HSL | 326.45º | 0.93% | 0.45% | - |
| HSV(B) | 326.45º | 0.96% | 0.86% | - |
| XYZ | 33.07 | 16.74 | 21.23 | - |
| YUV | 84.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 126 | 0 | 0.96 | 0.42 | 0.14 | 326.45 | 0.93 | 0.45 |
| Hex | DB | 8 | 7E | 0 | 60 | 2A | E | 146 | 5D | 2D |
| Octal | 333 | 10 | 176 | 0 | 140 | 52 | 16 | 506 | 135 | 55 |
| Binary | 11011011 | 1000 | 1111110 | 0 | 1100000 | 101010 | 1110 | 101000110 | 1011101 | 101101 |
Color Harmonies of #DB087E
Complementary color
Monochromatic Colors of #DB087E
Black with #DB087E
Text Example
Text Example
White with #DB087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB087E; }
p { color: rgb(219,8,126); }
H1.HeaderClassName
{
color: #DB087E;
}
.AnyTagClassName
{
color: #DB087E;
}
</style>
background-color css
<style>
a { background-color: #DB087E; }
a { background-color: rgb(219,8,126); }
div.DivClassName
{
background-color: #DB087E;
}
.BgClassName
{
background-color: #DB087E;
}
</style>
border-color css
<style>
span { border-color: #DB087E; }
span { border-color: rgb(219,8,126); }
td.TdClassName
{
border-color: #DB087E;
}
.TagClassName
{
border-color: #DB087E;
}
</style>