Shades of Medium Violet Red #DB0881
Tints of Medium Violet Red #DB0881
RGB
CMYK
RGB Variations
Color information
#DB0881 (or 0xDB0881) is known color: Medium Violet Red. HEX triplet: DB, 08 and 81. RGB value is (219,8,129). Sum of RGB (Red+Green+Blue) = 219+8+129=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0881 is #24F77E. Grayscale: #545454. Windows color (decimal): -2422655 or 8456411. OLE color: 8456411.
HSL color Cylindrical-coordinate representation of color #DB0881: hue angle of 325.59º 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 #DB0881 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.14 |
| HSL | 325.59º | 0.93% | 0.45% | - |
| HSV(B) | 325.59º | 0.96% | 0.86% | - |
| XYZ | 33.26 | 16.82 | 22.26 | - |
| YUV | 84.88 | 152.9 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 129 | 0 | 0.96 | 0.41 | 0.14 | 325.59 | 0.93 | 0.45 |
| Hex | DB | 8 | 81 | 0 | 60 | 29 | E | 146 | 5D | 2D |
| Octal | 333 | 10 | 201 | 0 | 140 | 51 | 16 | 506 | 135 | 55 |
| Binary | 11011011 | 1000 | 10000001 | 0 | 1100000 | 101001 | 1110 | 101000110 | 1011101 | 101101 |
Color Harmonies of #DB0881
Complementary color
Monochromatic Colors of #DB0881
Black with #DB0881
Text Example
Text Example
White with #DB0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0881; }
p { color: rgb(219,8,129); }
H1.HeaderClassName
{
color: #DB0881;
}
.AnyTagClassName
{
color: #DB0881;
}
</style>
background-color css
<style>
a { background-color: #DB0881; }
a { background-color: rgb(219,8,129); }
div.DivClassName
{
background-color: #DB0881;
}
.BgClassName
{
background-color: #DB0881;
}
</style>
border-color css
<style>
span { border-color: #DB0881; }
span { border-color: rgb(219,8,129); }
td.TdClassName
{
border-color: #DB0881;
}
.TagClassName
{
border-color: #DB0881;
}
</style>