Shades of Medium Violet Red #DB0087
Tints of Medium Violet Red #DB0087
RGB
CMYK
RGB Variations
Color information
#DB0087 (or 0xDB0087) is known color: Medium Violet Red. HEX triplet: DB, 00 and 87. RGB value is (219,0,135). Sum of RGB (Red+Green+Blue) = 219+0+135=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0087 is #24FF78. Grayscale: #505050. Windows color (decimal): -2424697 or 8847579. OLE color: 8847579.
HSL color Cylindrical-coordinate representation of color #DB0087: hue angle of 323.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0087 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.38 | 0.14 |
| HSL | 323.01º | 1% | 0.43% | - |
| HSV(B) | 323.01º | 1% | 0.86% | - |
| XYZ | 33.59 | 16.81 | 24.4 | - |
| YUV | 80.87 | 158.55 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 135 | 0 | 1 | 0.38 | 0.14 | 323.01 | 1 | 0.43 |
| Hex | DB | 0 | 87 | 0 | 64 | 26 | E | 143 | 64 | 2B |
| Octal | 333 | 0 | 207 | 0 | 144 | 46 | 16 | 503 | 144 | 53 |
| Binary | 11011011 | 0 | 10000111 | 0 | 1100100 | 100110 | 1110 | 101000011 | 1100100 | 101011 |
Color Harmonies of #DB0087
Complementary color
Monochromatic Colors of #DB0087
Black with #DB0087
Text Example
Text Example
White with #DB0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0087; }
p { color: rgb(219,0,135); }
H1.HeaderClassName
{
color: #DB0087;
}
.AnyTagClassName
{
color: #DB0087;
}
</style>
background-color css
<style>
a { background-color: #DB0087; }
a { background-color: rgb(219,0,135); }
div.DivClassName
{
background-color: #DB0087;
}
.BgClassName
{
background-color: #DB0087;
}
</style>
border-color css
<style>
span { border-color: #DB0087; }
span { border-color: rgb(219,0,135); }
td.TdClassName
{
border-color: #DB0087;
}
.TagClassName
{
border-color: #DB0087;
}
</style>