Shades of Medium Violet Red #DB087F
Tints of Medium Violet Red #DB087F
RGB
CMYK
RGB Variations
Color information
#DB087F (or 0xDB087F) is known color: Medium Violet Red. HEX triplet: DB, 08 and 7F. RGB value is (219,8,127). Sum of RGB (Red+Green+Blue) = 219+8+127=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB087F is #24F780. Grayscale: #545454. Windows color (decimal): -2422657 or 8325339. OLE color: 8325339.
HSL color Cylindrical-coordinate representation of color #DB087F: hue angle of 326.16º 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 #DB087F is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.14 |
| HSL | 326.16º | 0.93% | 0.45% | - |
| HSV(B) | 326.16º | 0.96% | 0.86% | - |
| XYZ | 33.13 | 16.77 | 21.57 | - |
| YUV | 84.66 | 151.9 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 127 | 0 | 0.96 | 0.42 | 0.14 | 326.16 | 0.93 | 0.45 |
| Hex | DB | 8 | 7F | 0 | 60 | 2A | E | 146 | 5D | 2D |
| Octal | 333 | 10 | 177 | 0 | 140 | 52 | 16 | 506 | 135 | 55 |
| Binary | 11011011 | 1000 | 1111111 | 0 | 1100000 | 101010 | 1110 | 101000110 | 1011101 | 101101 |
Color Harmonies of #DB087F
Complementary color
Monochromatic Colors of #DB087F
Black with #DB087F
Text Example
Text Example
White with #DB087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB087F; }
p { color: rgb(219,8,127); }
H1.HeaderClassName
{
color: #DB087F;
}
.AnyTagClassName
{
color: #DB087F;
}
</style>
background-color css
<style>
a { background-color: #DB087F; }
a { background-color: rgb(219,8,127); }
div.DivClassName
{
background-color: #DB087F;
}
.BgClassName
{
background-color: #DB087F;
}
</style>
border-color css
<style>
span { border-color: #DB087F; }
span { border-color: rgb(219,8,127); }
td.TdClassName
{
border-color: #DB087F;
}
.TagClassName
{
border-color: #DB087F;
}
</style>