Shades of Medium Violet Red #DB1389
Tints of Medium Violet Red #DB1389
RGB
CMYK
RGB Variations
Color information
#DB1389 (or 0xDB1389) is known color: Medium Violet Red. HEX triplet: DB, 13 and 89. RGB value is (219,19,137). Sum of RGB (Red+Green+Blue) = 219+19+137=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1389 is #24EC76. Grayscale: #5B5B5B. Windows color (decimal): -2419831 or 8983515. OLE color: 8983515.
HSL color Cylindrical-coordinate representation of color #DB1389: hue angle of 324.6º degrees, saturation: 0.84, 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 #DB1389 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.14 |
| HSL | 324.6º | 0.84% | 0.47% | - |
| HSV(B) | 324.6º | 0.91% | 0.86% | - |
| XYZ | 33.96 | 17.33 | 25.22 | - |
| YUV | 92.25 | 153.26 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 137 | 0 | 0.91 | 0.37 | 0.14 | 324.6 | 0.84 | 0.47 |
| Hex | DB | 13 | 89 | 0 | 5B | 25 | E | 145 | 54 | 2F |
| Octal | 333 | 23 | 211 | 0 | 133 | 45 | 16 | 505 | 124 | 57 |
| Binary | 11011011 | 10011 | 10001001 | 0 | 1011011 | 100101 | 1110 | 101000101 | 1010100 | 101111 |
Color Harmonies of #DB1389
Complementary color
Monochromatic Colors of #DB1389
Black with #DB1389
Text Example
Text Example
White with #DB1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1389; }
p { color: rgb(219,19,137); }
H1.HeaderClassName
{
color: #DB1389;
}
.AnyTagClassName
{
color: #DB1389;
}
</style>
background-color css
<style>
a { background-color: #DB1389; }
a { background-color: rgb(219,19,137); }
div.DivClassName
{
background-color: #DB1389;
}
.BgClassName
{
background-color: #DB1389;
}
</style>
border-color css
<style>
span { border-color: #DB1389; }
span { border-color: rgb(219,19,137); }
td.TdClassName
{
border-color: #DB1389;
}
.TagClassName
{
border-color: #DB1389;
}
</style>