Shades of Medium Violet Red #DB087B
Tints of Medium Violet Red #DB087B
RGB
CMYK
RGB Variations
Color information
#DB087B (or 0xDB087B) is known color: Medium Violet Red. HEX triplet: DB, 08 and 7B. RGB value is (219,8,123). Sum of RGB (Red+Green+Blue) = 219+8+123=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB087B is #24F784. Grayscale: #535353. Windows color (decimal): -2422661 or 8063195. OLE color: 8063195.
HSL color Cylindrical-coordinate representation of color #DB087B: hue angle of 327.3º 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 #DB087B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.14 |
| HSL | 327.3º | 0.93% | 0.45% | - |
| HSV(B) | 327.3º | 0.96% | 0.86% | - |
| XYZ | 32.88 | 16.66 | 20.22 | - |
| YUV | 84.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 123 | 0 | 0.96 | 0.44 | 0.14 | 327.3 | 0.93 | 0.45 |
| Hex | DB | 8 | 7B | 0 | 60 | 2C | E | 147 | 5D | 2D |
| Octal | 333 | 10 | 173 | 0 | 140 | 54 | 16 | 507 | 135 | 55 |
| Binary | 11011011 | 1000 | 1111011 | 0 | 1100000 | 101100 | 1110 | 101000111 | 1011101 | 101101 |
Color Harmonies of #DB087B
Complementary color
Monochromatic Colors of #DB087B
Black with #DB087B
Text Example
Text Example
White with #DB087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB087B; }
p { color: rgb(219,8,123); }
H1.HeaderClassName
{
color: #DB087B;
}
.AnyTagClassName
{
color: #DB087B;
}
</style>
background-color css
<style>
a { background-color: #DB087B; }
a { background-color: rgb(219,8,123); }
div.DivClassName
{
background-color: #DB087B;
}
.BgClassName
{
background-color: #DB087B;
}
</style>
border-color css
<style>
span { border-color: #DB087B; }
span { border-color: rgb(219,8,123); }
td.TdClassName
{
border-color: #DB087B;
}
.TagClassName
{
border-color: #DB087B;
}
</style>