Shades of Medium Violet Red #DB0289
Tints of Medium Violet Red #DB0289
RGB
CMYK
RGB Variations
Color information
#DB0289 (or 0xDB0289) is known color: Medium Violet Red. HEX triplet: DB, 02 and 89. RGB value is (219,2,137). Sum of RGB (Red+Green+Blue) = 219+2+137=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0289 is #24FD76. Grayscale: #515151. Windows color (decimal): -2424183 or 8979163. OLE color: 8979163.
HSL color Cylindrical-coordinate representation of color #DB0289: hue angle of 322.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0289 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.14 |
| HSL | 322.67º | 0.98% | 0.43% | - |
| HSV(B) | 322.67º | 0.99% | 0.86% | - |
| XYZ | 33.75 | 16.91 | 25.15 | - |
| YUV | 82.27 | 158.89 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 137 | 0 | 0.99 | 0.37 | 0.14 | 322.67 | 0.98 | 0.43 |
| Hex | DB | 2 | 89 | 0 | 63 | 25 | E | 143 | 62 | 2B |
| Octal | 333 | 2 | 211 | 0 | 143 | 45 | 16 | 503 | 142 | 53 |
| Binary | 11011011 | 10 | 10001001 | 0 | 1100011 | 100101 | 1110 | 101000011 | 1100010 | 101011 |
Color Harmonies of #DB0289
Complementary color
Monochromatic Colors of #DB0289
Black with #DB0289
Text Example
Text Example
White with #DB0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0289; }
p { color: rgb(219,2,137); }
H1.HeaderClassName
{
color: #DB0289;
}
.AnyTagClassName
{
color: #DB0289;
}
</style>
background-color css
<style>
a { background-color: #DB0289; }
a { background-color: rgb(219,2,137); }
div.DivClassName
{
background-color: #DB0289;
}
.BgClassName
{
background-color: #DB0289;
}
</style>
border-color css
<style>
span { border-color: #DB0289; }
span { border-color: rgb(219,2,137); }
td.TdClassName
{
border-color: #DB0289;
}
.TagClassName
{
border-color: #DB0289;
}
</style>