Shades of Medium Violet Red #DB129B
Tints of Medium Violet Red #DB129B
RGB
CMYK
RGB Variations
Color information
#DB129B (or 0xDB129B) is known color: Medium Violet Red. HEX triplet: DB, 12 and 9B. RGB value is (219,18,155). Sum of RGB (Red+Green+Blue) = 219+18+155=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB129B is #24ED64. Grayscale: #5D5D5D. Windows color (decimal): -2420069 or 10162907. OLE color: 10162907.
HSL color Cylindrical-coordinate representation of color #DB129B: hue angle of 319.1º 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 #DB129B is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 155 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.14 |
| HSL | 319.1º | 0.85% | 0.46% | - |
| HSV(B) | 319.1º | 0.92% | 0.86% | - |
| XYZ | 35.35 | 17.86 | 32.59 | - |
| YUV | 93.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 155 | 0 | 0.92 | 0.29 | 0.14 | 319.1 | 0.85 | 0.46 |
| Hex | DB | 12 | 9B | 0 | 5C | 1D | E | 13F | 55 | 2E |
| Octal | 333 | 22 | 233 | 0 | 134 | 35 | 16 | 477 | 125 | 56 |
| Binary | 11011011 | 10010 | 10011011 | 0 | 1011100 | 11101 | 1110 | 100111111 | 1010101 | 101110 |
Color Harmonies of #DB129B
Complementary color
Monochromatic Colors of #DB129B
Black with #DB129B
Text Example
Text Example
White with #DB129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB129B; }
p { color: rgb(219,18,155); }
H1.HeaderClassName
{
color: #DB129B;
}
.AnyTagClassName
{
color: #DB129B;
}
</style>
background-color css
<style>
a { background-color: #DB129B; }
a { background-color: rgb(219,18,155); }
div.DivClassName
{
background-color: #DB129B;
}
.BgClassName
{
background-color: #DB129B;
}
</style>
border-color css
<style>
span { border-color: #DB129B; }
span { border-color: rgb(219,18,155); }
td.TdClassName
{
border-color: #DB129B;
}
.TagClassName
{
border-color: #DB129B;
}
</style>