Shades of Medium Violet Red #DB1084
Tints of Medium Violet Red #DB1084
RGB
CMYK
RGB Variations
Color information
#DB1084 (or 0xDB1084) is known color: Medium Violet Red. HEX triplet: DB, 10 and 84. RGB value is (219,16,132). Sum of RGB (Red+Green+Blue) = 219+16+132=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1084 is #24EF7B. Grayscale: #595959. Windows color (decimal): -2420604 or 8655067. OLE color: 8655067.
HSL color Cylindrical-coordinate representation of color #DB1084: hue angle of 325.71º 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 #DB1084 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 132 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.14 |
| HSL | 325.71º | 0.86% | 0.46% | - |
| HSV(B) | 325.71º | 0.93% | 0.86% | - |
| XYZ | 33.56 | 17.1 | 23.36 | - |
| YUV | 89.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 132 | 0 | 0.93 | 0.40 | 0.14 | 325.71 | 0.86 | 0.46 |
| Hex | DB | 10 | 84 | 0 | 5D | 28 | E | 146 | 56 | 2E |
| Octal | 333 | 20 | 204 | 0 | 135 | 50 | 16 | 506 | 126 | 56 |
| Binary | 11011011 | 10000 | 10000100 | 0 | 1011101 | 101000 | 1110 | 101000110 | 1010110 | 101110 |
Color Harmonies of #DB1084
Complementary color
Monochromatic Colors of #DB1084
Black with #DB1084
Text Example
Text Example
White with #DB1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1084; }
p { color: rgb(219,16,132); }
H1.HeaderClassName
{
color: #DB1084;
}
.AnyTagClassName
{
color: #DB1084;
}
</style>
background-color css
<style>
a { background-color: #DB1084; }
a { background-color: rgb(219,16,132); }
div.DivClassName
{
background-color: #DB1084;
}
.BgClassName
{
background-color: #DB1084;
}
</style>
border-color css
<style>
span { border-color: #DB1084; }
span { border-color: rgb(219,16,132); }
td.TdClassName
{
border-color: #DB1084;
}
.TagClassName
{
border-color: #DB1084;
}
</style>