Shades of Medium Violet Red #DB1688
Tints of Medium Violet Red #DB1688
RGB
CMYK
RGB Variations
Color information
#DB1688 (or 0xDB1688) is known color: Medium Violet Red. HEX triplet: DB, 16 and 88. RGB value is (219,22,136). Sum of RGB (Red+Green+Blue) = 219+22+136=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1688 is #24E977. Grayscale: #5D5D5D. Windows color (decimal): -2419064 or 8918747. OLE color: 8918747.
HSL color Cylindrical-coordinate representation of color #DB1688: hue angle of 325.28º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1688 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 136 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.14 |
| HSL | 325.28º | 0.82% | 0.47% | - |
| HSV(B) | 325.28º | 0.9% | 0.86% | - |
| XYZ | 33.94 | 17.41 | 24.86 | - |
| YUV | 93.9 | 151.77 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 136 | 0 | 0.90 | 0.38 | 0.14 | 325.28 | 0.82 | 0.47 |
| Hex | DB | 16 | 88 | 0 | 5A | 26 | E | 145 | 52 | 2F |
| Octal | 333 | 26 | 210 | 0 | 132 | 46 | 16 | 505 | 122 | 57 |
| Binary | 11011011 | 10110 | 10001000 | 0 | 1011010 | 100110 | 1110 | 101000101 | 1010010 | 101111 |
Color Harmonies of #DB1688
Complementary color
Monochromatic Colors of #DB1688
Black with #DB1688
Text Example
Text Example
White with #DB1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1688; }
p { color: rgb(219,22,136); }
H1.HeaderClassName
{
color: #DB1688;
}
.AnyTagClassName
{
color: #DB1688;
}
</style>
background-color css
<style>
a { background-color: #DB1688; }
a { background-color: rgb(219,22,136); }
div.DivClassName
{
background-color: #DB1688;
}
.BgClassName
{
background-color: #DB1688;
}
</style>
border-color css
<style>
span { border-color: #DB1688; }
span { border-color: rgb(219,22,136); }
td.TdClassName
{
border-color: #DB1688;
}
.TagClassName
{
border-color: #DB1688;
}
</style>