Shades of Medium Violet Red #DB149D
Tints of Medium Violet Red #DB149D
RGB
CMYK
RGB Variations
Color information
#DB149D (or 0xDB149D) is known color: Medium Violet Red. HEX triplet: DB, 14 and 9D. RGB value is (219,20,157). Sum of RGB (Red+Green+Blue) = 219+20+157=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB149D is #24EB62. Grayscale: #5E5E5E. Windows color (decimal): -2419555 or 10294491. OLE color: 10294491.
HSL color Cylindrical-coordinate representation of color #DB149D: hue angle of 318.69º 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 #DB149D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 157 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.14 |
| HSL | 318.69º | 0.83% | 0.47% | - |
| HSV(B) | 318.69º | 0.91% | 0.86% | - |
| XYZ | 35.55 | 17.99 | 33.5 | - |
| YUV | 95.12 | 162.93 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 157 | 0 | 0.91 | 0.28 | 0.14 | 318.69 | 0.83 | 0.47 |
| Hex | DB | 14 | 9D | 0 | 5B | 1C | E | 13F | 53 | 2F |
| Octal | 333 | 24 | 235 | 0 | 133 | 34 | 16 | 477 | 123 | 57 |
| Binary | 11011011 | 10100 | 10011101 | 0 | 1011011 | 11100 | 1110 | 100111111 | 1010011 | 101111 |
Color Harmonies of #DB149D
Complementary color
Monochromatic Colors of #DB149D
Black with #DB149D
Text Example
Text Example
White with #DB149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB149D; }
p { color: rgb(219,20,157); }
H1.HeaderClassName
{
color: #DB149D;
}
.AnyTagClassName
{
color: #DB149D;
}
</style>
background-color css
<style>
a { background-color: #DB149D; }
a { background-color: rgb(219,20,157); }
div.DivClassName
{
background-color: #DB149D;
}
.BgClassName
{
background-color: #DB149D;
}
</style>
border-color css
<style>
span { border-color: #DB149D; }
span { border-color: rgb(219,20,157); }
td.TdClassName
{
border-color: #DB149D;
}
.TagClassName
{
border-color: #DB149D;
}
</style>