Shades of Medium Violet Red #DB1883
Tints of Medium Violet Red #DB1883
RGB
CMYK
RGB Variations
Color information
#DB1883 (or 0xDB1883) is known color: Medium Violet Red. HEX triplet: DB, 18 and 83. RGB value is (219,24,131). Sum of RGB (Red+Green+Blue) = 219+24+131=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1883 is #24E77C. Grayscale: #5E5E5E. Windows color (decimal): -2418557 or 8591579. OLE color: 8591579.
HSL color Cylindrical-coordinate representation of color #DB1883: hue angle of 327.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1883 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 131 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.14 |
| HSL | 327.08º | 0.8% | 0.48% | - |
| HSV(B) | 327.08º | 0.89% | 0.86% | - |
| XYZ | 33.64 | 17.35 | 23.05 | - |
| YUV | 94.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 131 | 0 | 0.89 | 0.40 | 0.14 | 327.08 | 0.8 | 0.48 |
| Hex | DB | 18 | 83 | 0 | 59 | 28 | E | 147 | 50 | 30 |
| Octal | 333 | 30 | 203 | 0 | 131 | 50 | 16 | 507 | 120 | 60 |
| Binary | 11011011 | 11000 | 10000011 | 0 | 1011001 | 101000 | 1110 | 101000111 | 1010000 | 110000 |
Color Harmonies of #DB1883
Complementary color
Monochromatic Colors of #DB1883
Black with #DB1883
Text Example
Text Example
White with #DB1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1883; }
p { color: rgb(219,24,131); }
H1.HeaderClassName
{
color: #DB1883;
}
.AnyTagClassName
{
color: #DB1883;
}
</style>
background-color css
<style>
a { background-color: #DB1883; }
a { background-color: rgb(219,24,131); }
div.DivClassName
{
background-color: #DB1883;
}
.BgClassName
{
background-color: #DB1883;
}
</style>
border-color css
<style>
span { border-color: #DB1883; }
span { border-color: rgb(219,24,131); }
td.TdClassName
{
border-color: #DB1883;
}
.TagClassName
{
border-color: #DB1883;
}
</style>