Shades of Medium Violet Red #DB1183
Tints of Medium Violet Red #DB1183
RGB
CMYK
RGB Variations
Color information
#DB1183 (or 0xDB1183) is known color: Medium Violet Red. HEX triplet: DB, 11 and 83. RGB value is (219,17,131). Sum of RGB (Red+Green+Blue) = 219+17+131=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1183 is #24EE7C. Grayscale: #5A5A5A. Windows color (decimal): -2420349 or 8589787. OLE color: 8589787.
HSL color Cylindrical-coordinate representation of color #DB1183: hue angle of 326.14º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1183 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 131 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.14 |
| HSL | 326.14º | 0.86% | 0.46% | - |
| HSV(B) | 326.14º | 0.92% | 0.86% | - |
| XYZ | 33.51 | 17.1 | 23.01 | - |
| YUV | 90.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 131 | 0 | 0.92 | 0.40 | 0.14 | 326.14 | 0.86 | 0.46 |
| Hex | DB | 11 | 83 | 0 | 5C | 28 | E | 146 | 56 | 2E |
| Octal | 333 | 21 | 203 | 0 | 134 | 50 | 16 | 506 | 126 | 56 |
| Binary | 11011011 | 10001 | 10000011 | 0 | 1011100 | 101000 | 1110 | 101000110 | 1010110 | 101110 |
Color Harmonies of #DB1183
Complementary color
Monochromatic Colors of #DB1183
Black with #DB1183
Text Example
Text Example
White with #DB1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1183; }
p { color: rgb(219,17,131); }
H1.HeaderClassName
{
color: #DB1183;
}
.AnyTagClassName
{
color: #DB1183;
}
</style>
background-color css
<style>
a { background-color: #DB1183; }
a { background-color: rgb(219,17,131); }
div.DivClassName
{
background-color: #DB1183;
}
.BgClassName
{
background-color: #DB1183;
}
</style>
border-color css
<style>
span { border-color: #DB1183; }
span { border-color: rgb(219,17,131); }
td.TdClassName
{
border-color: #DB1183;
}
.TagClassName
{
border-color: #DB1183;
}
</style>