Shades of Medium Violet Red #DB1788
Tints of Medium Violet Red #DB1788
RGB
CMYK
RGB Variations
Color information
#DB1788 (or 0xDB1788) is known color: Medium Violet Red. HEX triplet: DB, 17 and 88. RGB value is (219,23,136). Sum of RGB (Red+Green+Blue) = 219+23+136=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1788 is #24E877. Grayscale: #5E5E5E. Windows color (decimal): -2418808 or 8919003. OLE color: 8919003.
HSL color Cylindrical-coordinate representation of color #DB1788: hue angle of 325.41º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1788 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 136 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.14 |
| HSL | 325.41º | 0.81% | 0.47% | - |
| HSV(B) | 325.41º | 0.89% | 0.86% | - |
| XYZ | 33.96 | 17.45 | 24.87 | - |
| YUV | 94.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 136 | 0 | 0.89 | 0.38 | 0.14 | 325.41 | 0.81 | 0.47 |
| Hex | DB | 17 | 88 | 0 | 59 | 26 | E | 145 | 51 | 2F |
| Octal | 333 | 27 | 210 | 0 | 131 | 46 | 16 | 505 | 121 | 57 |
| Binary | 11011011 | 10111 | 10001000 | 0 | 1011001 | 100110 | 1110 | 101000101 | 1010001 | 101111 |
Color Harmonies of #DB1788
Complementary color
Monochromatic Colors of #DB1788
Black with #DB1788
Text Example
Text Example
White with #DB1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1788; }
p { color: rgb(219,23,136); }
H1.HeaderClassName
{
color: #DB1788;
}
.AnyTagClassName
{
color: #DB1788;
}
</style>
background-color css
<style>
a { background-color: #DB1788; }
a { background-color: rgb(219,23,136); }
div.DivClassName
{
background-color: #DB1788;
}
.BgClassName
{
background-color: #DB1788;
}
</style>
border-color css
<style>
span { border-color: #DB1788; }
span { border-color: rgb(219,23,136); }
td.TdClassName
{
border-color: #DB1788;
}
.TagClassName
{
border-color: #DB1788;
}
</style>