Shades of Medium Violet Red #DB0685
Tints of Medium Violet Red #DB0685
RGB
CMYK
RGB Variations
Color information
#DB0685 (or 0xDB0685) is known color: Medium Violet Red. HEX triplet: DB, 06 and 85. RGB value is (219,6,133). Sum of RGB (Red+Green+Blue) = 219+6+133=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0685 is #24F97A. Grayscale: #535353. Windows color (decimal): -2423163 or 8718043. OLE color: 8718043.
HSL color Cylindrical-coordinate representation of color #DB0685: hue angle of 324.23º 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 #DB0685 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.14 |
| HSL | 324.23º | 0.95% | 0.44% | - |
| HSV(B) | 324.23º | 0.97% | 0.86% | - |
| XYZ | 33.51 | 16.88 | 23.68 | - |
| YUV | 84.17 | 155.57 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 133 | 0 | 0.97 | 0.39 | 0.14 | 324.23 | 0.95 | 0.44 |
| Hex | DB | 6 | 85 | 0 | 61 | 27 | E | 144 | 5F | 2C |
| Octal | 333 | 6 | 205 | 0 | 141 | 47 | 16 | 504 | 137 | 54 |
| Binary | 11011011 | 110 | 10000101 | 0 | 1100001 | 100111 | 1110 | 101000100 | 1011111 | 101100 |
Color Harmonies of #DB0685
Complementary color
Monochromatic Colors of #DB0685
Black with #DB0685
Text Example
Text Example
White with #DB0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0685; }
p { color: rgb(219,6,133); }
H1.HeaderClassName
{
color: #DB0685;
}
.AnyTagClassName
{
color: #DB0685;
}
</style>
background-color css
<style>
a { background-color: #DB0685; }
a { background-color: rgb(219,6,133); }
div.DivClassName
{
background-color: #DB0685;
}
.BgClassName
{
background-color: #DB0685;
}
</style>
border-color css
<style>
span { border-color: #DB0685; }
span { border-color: rgb(219,6,133); }
td.TdClassName
{
border-color: #DB0685;
}
.TagClassName
{
border-color: #DB0685;
}
</style>