Shades of Medium Violet Red #DB0689
Tints of Medium Violet Red #DB0689
RGB
CMYK
RGB Variations
Color information
#DB0689 (or 0xDB0689) is known color: Medium Violet Red. HEX triplet: DB, 06 and 89. RGB value is (219,6,137). Sum of RGB (Red+Green+Blue) = 219+6+137=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0689 is #24F976. Grayscale: #545454. Windows color (decimal): -2423159 or 8980187. OLE color: 8980187.
HSL color Cylindrical-coordinate representation of color #DB0689: hue angle of 323.1º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0689 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.14 |
| HSL | 323.1º | 0.95% | 0.44% | - |
| HSV(B) | 323.1º | 0.97% | 0.86% | - |
| XYZ | 33.79 | 17 | 25.17 | - |
| YUV | 84.62 | 157.57 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 137 | 0 | 0.97 | 0.37 | 0.14 | 323.1 | 0.95 | 0.44 |
| Hex | DB | 6 | 89 | 0 | 61 | 25 | E | 143 | 5F | 2C |
| Octal | 333 | 6 | 211 | 0 | 141 | 45 | 16 | 503 | 137 | 54 |
| Binary | 11011011 | 110 | 10001001 | 0 | 1100001 | 100101 | 1110 | 101000011 | 1011111 | 101100 |
Color Harmonies of #DB0689
Complementary color
Monochromatic Colors of #DB0689
Black with #DB0689
Text Example
Text Example
White with #DB0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0689; }
p { color: rgb(219,6,137); }
H1.HeaderClassName
{
color: #DB0689;
}
.AnyTagClassName
{
color: #DB0689;
}
</style>
background-color css
<style>
a { background-color: #DB0689; }
a { background-color: rgb(219,6,137); }
div.DivClassName
{
background-color: #DB0689;
}
.BgClassName
{
background-color: #DB0689;
}
</style>
border-color css
<style>
span { border-color: #DB0689; }
span { border-color: rgb(219,6,137); }
td.TdClassName
{
border-color: #DB0689;
}
.TagClassName
{
border-color: #DB0689;
}
</style>