Shades of Medium Violet Red #DB1089
Tints of Medium Violet Red #DB1089
RGB
CMYK
RGB Variations
Color information
#DB1089 (or 0xDB1089) is known color: Medium Violet Red. HEX triplet: DB, 10 and 89. RGB value is (219,16,137). Sum of RGB (Red+Green+Blue) = 219+16+137=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1089 is #24EF76. Grayscale: #5A5A5A. Windows color (decimal): -2420599 or 8982747. OLE color: 8982747.
HSL color Cylindrical-coordinate representation of color #DB1089: hue angle of 324.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1089 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 137 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.14 |
| HSL | 324.24º | 0.86% | 0.46% | - |
| HSV(B) | 324.24º | 0.93% | 0.86% | - |
| XYZ | 33.91 | 17.24 | 25.21 | - |
| YUV | 90.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 137 | 0 | 0.93 | 0.37 | 0.14 | 324.24 | 0.86 | 0.46 |
| Hex | DB | 10 | 89 | 0 | 5D | 25 | E | 144 | 56 | 2E |
| Octal | 333 | 20 | 211 | 0 | 135 | 45 | 16 | 504 | 126 | 56 |
| Binary | 11011011 | 10000 | 10001001 | 0 | 1011101 | 100101 | 1110 | 101000100 | 1010110 | 101110 |
Color Harmonies of #DB1089
Complementary color
Monochromatic Colors of #DB1089
Black with #DB1089
Text Example
Text Example
White with #DB1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1089; }
p { color: rgb(219,16,137); }
H1.HeaderClassName
{
color: #DB1089;
}
.AnyTagClassName
{
color: #DB1089;
}
</style>
background-color css
<style>
a { background-color: #DB1089; }
a { background-color: rgb(219,16,137); }
div.DivClassName
{
background-color: #DB1089;
}
.BgClassName
{
background-color: #DB1089;
}
</style>
border-color css
<style>
span { border-color: #DB1089; }
span { border-color: rgb(219,16,137); }
td.TdClassName
{
border-color: #DB1089;
}
.TagClassName
{
border-color: #DB1089;
}
</style>