Shades of Medium Violet Red #DB1288
Tints of Medium Violet Red #DB1288
RGB
CMYK
RGB Variations
Color information
#DB1288 (or 0xDB1288) is known color: Medium Violet Red. HEX triplet: DB, 12 and 88. RGB value is (219,18,136). Sum of RGB (Red+Green+Blue) = 219+18+136=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1288 is #24ED77. Grayscale: #5B5B5B. Windows color (decimal): -2420088 or 8917723. OLE color: 8917723.
HSL color Cylindrical-coordinate representation of color #DB1288: hue angle of 324.78º 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 #DB1288 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 136 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.14 |
| HSL | 324.78º | 0.85% | 0.46% | - |
| HSV(B) | 324.78º | 0.92% | 0.86% | - |
| XYZ | 33.87 | 17.27 | 24.84 | - |
| YUV | 91.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 136 | 0 | 0.92 | 0.38 | 0.14 | 324.78 | 0.85 | 0.46 |
| Hex | DB | 12 | 88 | 0 | 5C | 26 | E | 145 | 55 | 2E |
| Octal | 333 | 22 | 210 | 0 | 134 | 46 | 16 | 505 | 125 | 56 |
| Binary | 11011011 | 10010 | 10001000 | 0 | 1011100 | 100110 | 1110 | 101000101 | 1010101 | 101110 |
Color Harmonies of #DB1288
Complementary color
Monochromatic Colors of #DB1288
Black with #DB1288
Text Example
Text Example
White with #DB1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1288; }
p { color: rgb(219,18,136); }
H1.HeaderClassName
{
color: #DB1288;
}
.AnyTagClassName
{
color: #DB1288;
}
</style>
background-color css
<style>
a { background-color: #DB1288; }
a { background-color: rgb(219,18,136); }
div.DivClassName
{
background-color: #DB1288;
}
.BgClassName
{
background-color: #DB1288;
}
</style>
border-color css
<style>
span { border-color: #DB1288; }
span { border-color: rgb(219,18,136); }
td.TdClassName
{
border-color: #DB1288;
}
.TagClassName
{
border-color: #DB1288;
}
</style>