Shades of Medium Violet Red #DB1287
Tints of Medium Violet Red #DB1287
RGB
CMYK
RGB Variations
Color information
#DB1287 (or 0xDB1287) is known color: Medium Violet Red. HEX triplet: DB, 12 and 87. RGB value is (219,18,135). Sum of RGB (Red+Green+Blue) = 219+18+135=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1287 is #24ED78. Grayscale: #5B5B5B. Windows color (decimal): -2420089 or 8852187. OLE color: 8852187.
HSL color Cylindrical-coordinate representation of color #DB1287: hue angle of 325.07º 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 #DB1287 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 135 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.14 |
| HSL | 325.07º | 0.85% | 0.46% | - |
| HSV(B) | 325.07º | 0.92% | 0.86% | - |
| XYZ | 33.8 | 17.24 | 24.47 | - |
| YUV | 91.44 | 152.59 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 135 | 0 | 0.92 | 0.38 | 0.14 | 325.07 | 0.85 | 0.46 |
| Hex | DB | 12 | 87 | 0 | 5C | 26 | E | 145 | 55 | 2E |
| Octal | 333 | 22 | 207 | 0 | 134 | 46 | 16 | 505 | 125 | 56 |
| Binary | 11011011 | 10010 | 10000111 | 0 | 1011100 | 100110 | 1110 | 101000101 | 1010101 | 101110 |
Color Harmonies of #DB1287
Complementary color
Monochromatic Colors of #DB1287
Black with #DB1287
Text Example
Text Example
White with #DB1287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1287; }
p { color: rgb(219,18,135); }
H1.HeaderClassName
{
color: #DB1287;
}
.AnyTagClassName
{
color: #DB1287;
}
</style>
background-color css
<style>
a { background-color: #DB1287; }
a { background-color: rgb(219,18,135); }
div.DivClassName
{
background-color: #DB1287;
}
.BgClassName
{
background-color: #DB1287;
}
</style>
border-color css
<style>
span { border-color: #DB1287; }
span { border-color: rgb(219,18,135); }
td.TdClassName
{
border-color: #DB1287;
}
.TagClassName
{
border-color: #DB1287;
}
</style>