Shades of Medium Violet Red #DB129C
Tints of Medium Violet Red #DB129C
RGB
CMYK
RGB Variations
Color information
#DB129C (or 0xDB129C) is known color: Medium Violet Red. HEX triplet: DB, 12 and 9C. RGB value is (219,18,156). Sum of RGB (Red+Green+Blue) = 219+18+156=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB129C is #24ED63. Grayscale: #5D5D5D. Windows color (decimal): -2420068 or 10228443. OLE color: 10228443.
HSL color Cylindrical-coordinate representation of color #DB129C: hue angle of 318.81º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB129C is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 156 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.14 |
| HSL | 318.81º | 0.85% | 0.46% | - |
| HSV(B) | 318.81º | 0.92% | 0.86% | - |
| XYZ | 35.43 | 17.89 | 33.04 | - |
| YUV | 93.83 | 163.09 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 156 | 0 | 0.92 | 0.29 | 0.14 | 318.81 | 0.85 | 0.46 |
| Hex | DB | 12 | 9C | 0 | 5C | 1D | E | 13F | 55 | 2E |
| Octal | 333 | 22 | 234 | 0 | 134 | 35 | 16 | 477 | 125 | 56 |
| Binary | 11011011 | 10010 | 10011100 | 0 | 1011100 | 11101 | 1110 | 100111111 | 1010101 | 101110 |
Color Harmonies of #DB129C
Complementary color
Monochromatic Colors of #DB129C
Black with #DB129C
Text Example
Text Example
White with #DB129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB129C; }
p { color: rgb(219,18,156); }
H1.HeaderClassName
{
color: #DB129C;
}
.AnyTagClassName
{
color: #DB129C;
}
</style>
background-color css
<style>
a { background-color: #DB129C; }
a { background-color: rgb(219,18,156); }
div.DivClassName
{
background-color: #DB129C;
}
.BgClassName
{
background-color: #DB129C;
}
</style>
border-color css
<style>
span { border-color: #DB129C; }
span { border-color: rgb(219,18,156); }
td.TdClassName
{
border-color: #DB129C;
}
.TagClassName
{
border-color: #DB129C;
}
</style>