Shades of Medium Violet Red #DB1790
Tints of Medium Violet Red #DB1790
RGB
CMYK
RGB Variations
Color information
#DB1790 (or 0xDB1790) is known color: Medium Violet Red. HEX triplet: DB, 17 and 90. RGB value is (219,23,144). Sum of RGB (Red+Green+Blue) = 219+23+144=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1790 is #24E86F. Grayscale: #5F5F5F. Windows color (decimal): -2418800 or 9443291. OLE color: 9443291.
HSL color Cylindrical-coordinate representation of color #DB1790: hue angle of 322.96º 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 #DB1790 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 144 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.14 |
| HSL | 322.96º | 0.81% | 0.47% | - |
| HSV(B) | 322.96º | 0.89% | 0.86% | - |
| XYZ | 34.55 | 17.69 | 27.98 | - |
| YUV | 95.4 | 155.43 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 144 | 0 | 0.89 | 0.34 | 0.14 | 322.96 | 0.81 | 0.47 |
| Hex | DB | 17 | 90 | 0 | 59 | 22 | E | 143 | 51 | 2F |
| Octal | 333 | 27 | 220 | 0 | 131 | 42 | 16 | 503 | 121 | 57 |
| Binary | 11011011 | 10111 | 10010000 | 0 | 1011001 | 100010 | 1110 | 101000011 | 1010001 | 101111 |
Color Harmonies of #DB1790
Complementary color
Monochromatic Colors of #DB1790
Black with #DB1790
Text Example
Text Example
White with #DB1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1790; }
p { color: rgb(219,23,144); }
H1.HeaderClassName
{
color: #DB1790;
}
.AnyTagClassName
{
color: #DB1790;
}
</style>
background-color css
<style>
a { background-color: #DB1790; }
a { background-color: rgb(219,23,144); }
div.DivClassName
{
background-color: #DB1790;
}
.BgClassName
{
background-color: #DB1790;
}
</style>
border-color css
<style>
span { border-color: #DB1790; }
span { border-color: rgb(219,23,144); }
td.TdClassName
{
border-color: #DB1790;
}
.TagClassName
{
border-color: #DB1790;
}
</style>