Shades of Medium Violet Red #DB1286
Tints of Medium Violet Red #DB1286
RGB
CMYK
RGB Variations
Color information
#DB1286 (or 0xDB1286) is known color: Medium Violet Red. HEX triplet: DB, 12 and 86. RGB value is (219,18,134). Sum of RGB (Red+Green+Blue) = 219+18+134=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1286 is #24ED79. Grayscale: #5B5B5B. Windows color (decimal): -2420090 or 8786651. OLE color: 8786651.
HSL color Cylindrical-coordinate representation of color #DB1286: hue angle of 325.37º 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 #DB1286 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 134 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.14 |
| HSL | 325.37º | 0.85% | 0.46% | - |
| HSV(B) | 325.37º | 0.92% | 0.86% | - |
| XYZ | 33.73 | 17.21 | 24.1 | - |
| YUV | 91.32 | 152.09 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 134 | 0 | 0.92 | 0.39 | 0.14 | 325.37 | 0.85 | 0.46 |
| Hex | DB | 12 | 86 | 0 | 5C | 27 | E | 145 | 55 | 2E |
| Octal | 333 | 22 | 206 | 0 | 134 | 47 | 16 | 505 | 125 | 56 |
| Binary | 11011011 | 10010 | 10000110 | 0 | 1011100 | 100111 | 1110 | 101000101 | 1010101 | 101110 |
Color Harmonies of #DB1286
Complementary color
Monochromatic Colors of #DB1286
Black with #DB1286
Text Example
Text Example
White with #DB1286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1286; }
p { color: rgb(219,18,134); }
H1.HeaderClassName
{
color: #DB1286;
}
.AnyTagClassName
{
color: #DB1286;
}
</style>
background-color css
<style>
a { background-color: #DB1286; }
a { background-color: rgb(219,18,134); }
div.DivClassName
{
background-color: #DB1286;
}
.BgClassName
{
background-color: #DB1286;
}
</style>
border-color css
<style>
span { border-color: #DB1286; }
span { border-color: rgb(219,18,134); }
td.TdClassName
{
border-color: #DB1286;
}
.TagClassName
{
border-color: #DB1286;
}
</style>