Shades of Medium Violet Red #DB0682
Tints of Medium Violet Red #DB0682
RGB
CMYK
RGB Variations
Color information
#DB0682 (or 0xDB0682) is known color: Medium Violet Red. HEX triplet: DB, 06 and 82. RGB value is (219,6,130). Sum of RGB (Red+Green+Blue) = 219+6+130=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0682 is #24F97D. Grayscale: #535353. Windows color (decimal): -2423166 or 8521435. OLE color: 8521435.
HSL color Cylindrical-coordinate representation of color #DB0682: hue angle of 325.07º 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 #DB0682 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.14 |
| HSL | 325.07º | 0.95% | 0.44% | - |
| HSV(B) | 325.07º | 0.97% | 0.86% | - |
| XYZ | 33.31 | 16.8 | 22.61 | - |
| YUV | 83.82 | 154.07 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 130 | 0 | 0.97 | 0.41 | 0.14 | 325.07 | 0.95 | 0.44 |
| Hex | DB | 6 | 82 | 0 | 61 | 29 | E | 145 | 5F | 2C |
| Octal | 333 | 6 | 202 | 0 | 141 | 51 | 16 | 505 | 137 | 54 |
| Binary | 11011011 | 110 | 10000010 | 0 | 1100001 | 101001 | 1110 | 101000101 | 1011111 | 101100 |
Color Harmonies of #DB0682
Complementary color
Monochromatic Colors of #DB0682
Black with #DB0682
Text Example
Text Example
White with #DB0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0682; }
p { color: rgb(219,6,130); }
H1.HeaderClassName
{
color: #DB0682;
}
.AnyTagClassName
{
color: #DB0682;
}
</style>
background-color css
<style>
a { background-color: #DB0682; }
a { background-color: rgb(219,6,130); }
div.DivClassName
{
background-color: #DB0682;
}
.BgClassName
{
background-color: #DB0682;
}
</style>
border-color css
<style>
span { border-color: #DB0682; }
span { border-color: rgb(219,6,130); }
td.TdClassName
{
border-color: #DB0682;
}
.TagClassName
{
border-color: #DB0682;
}
</style>