Shades of Medium Violet Red #DB087A
Tints of Medium Violet Red #DB087A
RGB
CMYK
RGB Variations
Color information
#DB087A (or 0xDB087A) is known color: Medium Violet Red. HEX triplet: DB, 08 and 7A. RGB value is (219,8,122). Sum of RGB (Red+Green+Blue) = 219+8+122=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB087A is #24F785. Grayscale: #535353. Windows color (decimal): -2422662 or 7997659. OLE color: 7997659.
HSL color Cylindrical-coordinate representation of color #DB087A: hue angle of 327.58º 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 #DB087A is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.14 |
| HSL | 327.58º | 0.93% | 0.45% | - |
| HSV(B) | 327.58º | 0.96% | 0.86% | - |
| XYZ | 32.81 | 16.64 | 19.89 | - |
| YUV | 84.09 | 149.4 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 122 | 0 | 0.96 | 0.44 | 0.14 | 327.58 | 0.93 | 0.45 |
| Hex | DB | 8 | 7A | 0 | 60 | 2C | E | 148 | 5D | 2D |
| Octal | 333 | 10 | 172 | 0 | 140 | 54 | 16 | 510 | 135 | 55 |
| Binary | 11011011 | 1000 | 1111010 | 0 | 1100000 | 101100 | 1110 | 101001000 | 1011101 | 101101 |
Color Harmonies of #DB087A
Complementary color
Monochromatic Colors of #DB087A
Black with #DB087A
Text Example
Text Example
White with #DB087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB087A; }
p { color: rgb(219,8,122); }
H1.HeaderClassName
{
color: #DB087A;
}
.AnyTagClassName
{
color: #DB087A;
}
</style>
background-color css
<style>
a { background-color: #DB087A; }
a { background-color: rgb(219,8,122); }
div.DivClassName
{
background-color: #DB087A;
}
.BgClassName
{
background-color: #DB087A;
}
</style>
border-color css
<style>
span { border-color: #DB087A; }
span { border-color: rgb(219,8,122); }
td.TdClassName
{
border-color: #DB087A;
}
.TagClassName
{
border-color: #DB087A;
}
</style>