Shades of Medium Violet Red #DB0089
Tints of Medium Violet Red #DB0089
RGB
CMYK
RGB Variations
Color information
#DB0089 (or 0xDB0089) is known color: Medium Violet Red. HEX triplet: DB, 00 and 89. RGB value is (219,0,137). Sum of RGB (Red+Green+Blue) = 219+0+137=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0089 is #24FF76. Grayscale: #505050. Windows color (decimal): -2424695 or 8978651. OLE color: 8978651.
HSL color Cylindrical-coordinate representation of color #DB0089: hue angle of 322.47º 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 #DB0089 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.37 | 0.14 |
| HSL | 322.47º | 1% | 0.43% | - |
| HSV(B) | 322.47º | 1% | 0.86% | - |
| XYZ | 33.73 | 16.87 | 25.14 | - |
| YUV | 81.1 | 159.55 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 137 | 0 | 1 | 0.37 | 0.14 | 322.47 | 1 | 0.43 |
| Hex | DB | 0 | 89 | 0 | 64 | 25 | E | 142 | 64 | 2B |
| Octal | 333 | 0 | 211 | 0 | 144 | 45 | 16 | 502 | 144 | 53 |
| Binary | 11011011 | 0 | 10001001 | 0 | 1100100 | 100101 | 1110 | 101000010 | 1100100 | 101011 |
Color Harmonies of #DB0089
Complementary color
Monochromatic Colors of #DB0089
Black with #DB0089
Text Example
Text Example
White with #DB0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0089; }
p { color: rgb(219,0,137); }
H1.HeaderClassName
{
color: #DB0089;
}
.AnyTagClassName
{
color: #DB0089;
}
</style>
background-color css
<style>
a { background-color: #DB0089; }
a { background-color: rgb(219,0,137); }
div.DivClassName
{
background-color: #DB0089;
}
.BgClassName
{
background-color: #DB0089;
}
</style>
border-color css
<style>
span { border-color: #DB0089; }
span { border-color: rgb(219,0,137); }
td.TdClassName
{
border-color: #DB0089;
}
.TagClassName
{
border-color: #DB0089;
}
</style>