Shades of Medium Violet Red #DB0981
Tints of Medium Violet Red #DB0981
RGB
CMYK
RGB Variations
Color information
#DB0981 (or 0xDB0981) is known color: Medium Violet Red. HEX triplet: DB, 09 and 81. RGB value is (219,9,129). Sum of RGB (Red+Green+Blue) = 219+9+129=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0981 is #24F67E. Grayscale: #555555. Windows color (decimal): -2422399 or 8456667. OLE color: 8456667.
HSL color Cylindrical-coordinate representation of color #DB0981: hue angle of 325.71º degrees, saturation: 0.92, 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 #DB0981 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.14 |
| HSL | 325.71º | 0.92% | 0.45% | - |
| HSV(B) | 325.71º | 0.96% | 0.86% | - |
| XYZ | 33.27 | 16.84 | 22.27 | - |
| YUV | 85.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 129 | 0 | 0.96 | 0.41 | 0.14 | 325.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 81 | 0 | 60 | 29 | E | 146 | 5C | 2D |
| Octal | 333 | 11 | 201 | 0 | 140 | 51 | 16 | 506 | 134 | 55 |
| Binary | 11011011 | 1001 | 10000001 | 0 | 1100000 | 101001 | 1110 | 101000110 | 1011100 | 101101 |
Color Harmonies of #DB0981
Complementary color
Monochromatic Colors of #DB0981
Black with #DB0981
Text Example
Text Example
White with #DB0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0981; }
p { color: rgb(219,9,129); }
H1.HeaderClassName
{
color: #DB0981;
}
.AnyTagClassName
{
color: #DB0981;
}
</style>
background-color css
<style>
a { background-color: #DB0981; }
a { background-color: rgb(219,9,129); }
div.DivClassName
{
background-color: #DB0981;
}
.BgClassName
{
background-color: #DB0981;
}
</style>
border-color css
<style>
span { border-color: #DB0981; }
span { border-color: rgb(219,9,129); }
td.TdClassName
{
border-color: #DB0981;
}
.TagClassName
{
border-color: #DB0981;
}
</style>