Shades of Medium Violet Red #DB0387
Tints of Medium Violet Red #DB0387
RGB
CMYK
RGB Variations
Color information
#DB0387 (or 0xDB0387) is known color: Medium Violet Red. HEX triplet: DB, 03 and 87. RGB value is (219,3,135). Sum of RGB (Red+Green+Blue) = 219+3+135=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0387 is #24FC78. Grayscale: #525252. Windows color (decimal): -2423929 or 8848347. OLE color: 8848347.
HSL color Cylindrical-coordinate representation of color #DB0387: hue angle of 323.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0387 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.14 |
| HSL | 323.33º | 0.97% | 0.44% | - |
| HSV(B) | 323.33º | 0.99% | 0.86% | - |
| XYZ | 33.62 | 16.87 | 24.41 | - |
| YUV | 82.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 135 | 0 | 0.99 | 0.38 | 0.14 | 323.33 | 0.97 | 0.44 |
| Hex | DB | 3 | 87 | 0 | 63 | 26 | E | 143 | 61 | 2C |
| Octal | 333 | 3 | 207 | 0 | 143 | 46 | 16 | 503 | 141 | 54 |
| Binary | 11011011 | 11 | 10000111 | 0 | 1100011 | 100110 | 1110 | 101000011 | 1100001 | 101100 |
Color Harmonies of #DB0387
Complementary color
Monochromatic Colors of #DB0387
Black with #DB0387
Text Example
Text Example
White with #DB0387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0387; }
p { color: rgb(219,3,135); }
H1.HeaderClassName
{
color: #DB0387;
}
.AnyTagClassName
{
color: #DB0387;
}
</style>
background-color css
<style>
a { background-color: #DB0387; }
a { background-color: rgb(219,3,135); }
div.DivClassName
{
background-color: #DB0387;
}
.BgClassName
{
background-color: #DB0387;
}
</style>
border-color css
<style>
span { border-color: #DB0387; }
span { border-color: rgb(219,3,135); }
td.TdClassName
{
border-color: #DB0387;
}
.TagClassName
{
border-color: #DB0387;
}
</style>