Shades of Medium Violet Red #DB1083
Tints of Medium Violet Red #DB1083
RGB
CMYK
RGB Variations
Color information
#DB1083 (or 0xDB1083) is known color: Medium Violet Red. HEX triplet: DB, 10 and 83. RGB value is (219,16,131). Sum of RGB (Red+Green+Blue) = 219+16+131=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1083 is #24EF7C. Grayscale: #595959. Windows color (decimal): -2420605 or 8589531. OLE color: 8589531.
HSL color Cylindrical-coordinate representation of color #DB1083: hue angle of 326.01º 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 #DB1083 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.14 |
| HSL | 326.01º | 0.86% | 0.46% | - |
| HSV(B) | 326.01º | 0.93% | 0.86% | - |
| XYZ | 33.5 | 17.07 | 23 | - |
| YUV | 89.81 | 151.25 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 131 | 0 | 0.93 | 0.40 | 0.14 | 326.01 | 0.86 | 0.46 |
| Hex | DB | 10 | 83 | 0 | 5D | 28 | E | 146 | 56 | 2E |
| Octal | 333 | 20 | 203 | 0 | 135 | 50 | 16 | 506 | 126 | 56 |
| Binary | 11011011 | 10000 | 10000011 | 0 | 1011101 | 101000 | 1110 | 101000110 | 1010110 | 101110 |
Color Harmonies of #DB1083
Complementary color
Monochromatic Colors of #DB1083
Black with #DB1083
Text Example
Text Example
White with #DB1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1083; }
p { color: rgb(219,16,131); }
H1.HeaderClassName
{
color: #DB1083;
}
.AnyTagClassName
{
color: #DB1083;
}
</style>
background-color css
<style>
a { background-color: #DB1083; }
a { background-color: rgb(219,16,131); }
div.DivClassName
{
background-color: #DB1083;
}
.BgClassName
{
background-color: #DB1083;
}
</style>
border-color css
<style>
span { border-color: #DB1083; }
span { border-color: rgb(219,16,131); }
td.TdClassName
{
border-color: #DB1083;
}
.TagClassName
{
border-color: #DB1083;
}
</style>