Shades of Medium Violet Red #DB1783
Tints of Medium Violet Red #DB1783
RGB
CMYK
RGB Variations
Color information
#DB1783 (or 0xDB1783) is known color: Medium Violet Red. HEX triplet: DB, 17 and 83. RGB value is (219,23,131). Sum of RGB (Red+Green+Blue) = 219+23+131=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1783 is #24E87C. Grayscale: #5D5D5D. Windows color (decimal): -2418813 or 8591323. OLE color: 8591323.
HSL color Cylindrical-coordinate representation of color #DB1783: hue angle of 326.94º 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 #DB1783 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 131 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.14 |
| HSL | 326.94º | 0.81% | 0.47% | - |
| HSV(B) | 326.94º | 0.89% | 0.86% | - |
| XYZ | 33.62 | 17.31 | 23.04 | - |
| YUV | 93.92 | 148.93 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 131 | 0 | 0.89 | 0.40 | 0.14 | 326.94 | 0.81 | 0.47 |
| Hex | DB | 17 | 83 | 0 | 59 | 28 | E | 147 | 51 | 2F |
| Octal | 333 | 27 | 203 | 0 | 131 | 50 | 16 | 507 | 121 | 57 |
| Binary | 11011011 | 10111 | 10000011 | 0 | 1011001 | 101000 | 1110 | 101000111 | 1010001 | 101111 |
Color Harmonies of #DB1783
Complementary color
Monochromatic Colors of #DB1783
Black with #DB1783
Text Example
Text Example
White with #DB1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1783; }
p { color: rgb(219,23,131); }
H1.HeaderClassName
{
color: #DB1783;
}
.AnyTagClassName
{
color: #DB1783;
}
</style>
background-color css
<style>
a { background-color: #DB1783; }
a { background-color: rgb(219,23,131); }
div.DivClassName
{
background-color: #DB1783;
}
.BgClassName
{
background-color: #DB1783;
}
</style>
border-color css
<style>
span { border-color: #DB1783; }
span { border-color: rgb(219,23,131); }
td.TdClassName
{
border-color: #DB1783;
}
.TagClassName
{
border-color: #DB1783;
}
</style>