Shades of Medium Violet Red #DB1490
Tints of Medium Violet Red #DB1490
RGB
CMYK
RGB Variations
Color information
#DB1490 (or 0xDB1490) is known color: Medium Violet Red. HEX triplet: DB, 14 and 90. RGB value is (219,20,144). Sum of RGB (Red+Green+Blue) = 219+20+144=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1490 is #24EB6F. Grayscale: #5D5D5D. Windows color (decimal): -2419568 or 9442523. OLE color: 9442523.
HSL color Cylindrical-coordinate representation of color #DB1490: hue angle of 322.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1490 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 144 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.14 |
| HSL | 322.61º | 0.83% | 0.47% | - |
| HSV(B) | 322.61º | 0.91% | 0.86% | - |
| XYZ | 34.5 | 17.57 | 27.96 | - |
| YUV | 93.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 144 | 0 | 0.91 | 0.34 | 0.14 | 322.61 | 0.83 | 0.47 |
| Hex | DB | 14 | 90 | 0 | 5B | 22 | E | 143 | 53 | 2F |
| Octal | 333 | 24 | 220 | 0 | 133 | 42 | 16 | 503 | 123 | 57 |
| Binary | 11011011 | 10100 | 10010000 | 0 | 1011011 | 100010 | 1110 | 101000011 | 1010011 | 101111 |
Color Harmonies of #DB1490
Complementary color
Monochromatic Colors of #DB1490
Black with #DB1490
Text Example
Text Example
White with #DB1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1490; }
p { color: rgb(219,20,144); }
H1.HeaderClassName
{
color: #DB1490;
}
.AnyTagClassName
{
color: #DB1490;
}
</style>
background-color css
<style>
a { background-color: #DB1490; }
a { background-color: rgb(219,20,144); }
div.DivClassName
{
background-color: #DB1490;
}
.BgClassName
{
background-color: #DB1490;
}
</style>
border-color css
<style>
span { border-color: #DB1490; }
span { border-color: rgb(219,20,144); }
td.TdClassName
{
border-color: #DB1490;
}
.TagClassName
{
border-color: #DB1490;
}
</style>