Shades of Medium Violet Red #DB149A
Tints of Medium Violet Red #DB149A
RGB
CMYK
RGB Variations
Color information
#DB149A (or 0xDB149A) is known color: Medium Violet Red. HEX triplet: DB, 14 and 9A. RGB value is (219,20,154). Sum of RGB (Red+Green+Blue) = 219+20+154=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB149A is #24EB65. Grayscale: #5E5E5E. Windows color (decimal): -2419558 or 10097883. OLE color: 10097883.
HSL color Cylindrical-coordinate representation of color #DB149A: hue angle of 319.6º 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 #DB149A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 154 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.14 |
| HSL | 319.6º | 0.83% | 0.47% | - |
| HSV(B) | 319.6º | 0.91% | 0.86% | - |
| XYZ | 35.3 | 17.89 | 32.17 | - |
| YUV | 94.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 154 | 0 | 0.91 | 0.30 | 0.14 | 319.6 | 0.83 | 0.47 |
| Hex | DB | 14 | 9A | 0 | 5B | 1E | E | 140 | 53 | 2F |
| Octal | 333 | 24 | 232 | 0 | 133 | 36 | 16 | 500 | 123 | 57 |
| Binary | 11011011 | 10100 | 10011010 | 0 | 1011011 | 11110 | 1110 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DB149A
Complementary color
Monochromatic Colors of #DB149A
Black with #DB149A
Text Example
Text Example
White with #DB149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB149A; }
p { color: rgb(219,20,154); }
H1.HeaderClassName
{
color: #DB149A;
}
.AnyTagClassName
{
color: #DB149A;
}
</style>
background-color css
<style>
a { background-color: #DB149A; }
a { background-color: rgb(219,20,154); }
div.DivClassName
{
background-color: #DB149A;
}
.BgClassName
{
background-color: #DB149A;
}
</style>
border-color css
<style>
span { border-color: #DB149A; }
span { border-color: rgb(219,20,154); }
td.TdClassName
{
border-color: #DB149A;
}
.TagClassName
{
border-color: #DB149A;
}
</style>