Shades of Medium Violet Red #DB1283
Tints of Medium Violet Red #DB1283
RGB
CMYK
RGB Variations
Color information
#DB1283 (or 0xDB1283) is known color: Medium Violet Red. HEX triplet: DB, 12 and 83. RGB value is (219,18,131). Sum of RGB (Red+Green+Blue) = 219+18+131=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1283 is #24ED7C. Grayscale: #5A5A5A. Windows color (decimal): -2420093 or 8590043. OLE color: 8590043.
HSL color Cylindrical-coordinate representation of color #DB1283: hue angle of 326.27º degrees, saturation: 0.85, 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 #DB1283 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 131 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.14 |
| HSL | 326.27º | 0.85% | 0.46% | - |
| HSV(B) | 326.27º | 0.92% | 0.86% | - |
| XYZ | 33.53 | 17.13 | 23.01 | - |
| YUV | 90.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 131 | 0 | 0.92 | 0.40 | 0.14 | 326.27 | 0.85 | 0.46 |
| Hex | DB | 12 | 83 | 0 | 5C | 28 | E | 146 | 55 | 2E |
| Octal | 333 | 22 | 203 | 0 | 134 | 50 | 16 | 506 | 125 | 56 |
| Binary | 11011011 | 10010 | 10000011 | 0 | 1011100 | 101000 | 1110 | 101000110 | 1010101 | 101110 |
Color Harmonies of #DB1283
Complementary color
Monochromatic Colors of #DB1283
Black with #DB1283
Text Example
Text Example
White with #DB1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1283; }
p { color: rgb(219,18,131); }
H1.HeaderClassName
{
color: #DB1283;
}
.AnyTagClassName
{
color: #DB1283;
}
</style>
background-color css
<style>
a { background-color: #DB1283; }
a { background-color: rgb(219,18,131); }
div.DivClassName
{
background-color: #DB1283;
}
.BgClassName
{
background-color: #DB1283;
}
</style>
border-color css
<style>
span { border-color: #DB1283; }
span { border-color: rgb(219,18,131); }
td.TdClassName
{
border-color: #DB1283;
}
.TagClassName
{
border-color: #DB1283;
}
</style>