Shades of Medium Violet Red #DB128B
Tints of Medium Violet Red #DB128B
RGB
CMYK
RGB Variations
Color information
#DB128B (or 0xDB128B) is known color: Medium Violet Red. HEX triplet: DB, 12 and 8B. RGB value is (219,18,139). Sum of RGB (Red+Green+Blue) = 219+18+139=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB128B is #24ED74. Grayscale: #5B5B5B. Windows color (decimal): -2420085 or 9114331. OLE color: 9114331.
HSL color Cylindrical-coordinate representation of color #DB128B: hue angle of 323.88º 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 #DB128B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 139 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.14 |
| HSL | 323.88º | 0.85% | 0.46% | - |
| HSV(B) | 323.88º | 0.92% | 0.86% | - |
| XYZ | 34.09 | 17.36 | 25.98 | - |
| YUV | 91.89 | 154.59 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 139 | 0 | 0.92 | 0.37 | 0.14 | 323.88 | 0.85 | 0.46 |
| Hex | DB | 12 | 8B | 0 | 5C | 25 | E | 144 | 55 | 2E |
| Octal | 333 | 22 | 213 | 0 | 134 | 45 | 16 | 504 | 125 | 56 |
| Binary | 11011011 | 10010 | 10001011 | 0 | 1011100 | 100101 | 1110 | 101000100 | 1010101 | 101110 |
Color Harmonies of #DB128B
Complementary color
Monochromatic Colors of #DB128B
Black with #DB128B
Text Example
Text Example
White with #DB128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB128B; }
p { color: rgb(219,18,139); }
H1.HeaderClassName
{
color: #DB128B;
}
.AnyTagClassName
{
color: #DB128B;
}
</style>
background-color css
<style>
a { background-color: #DB128B; }
a { background-color: rgb(219,18,139); }
div.DivClassName
{
background-color: #DB128B;
}
.BgClassName
{
background-color: #DB128B;
}
</style>
border-color css
<style>
span { border-color: #DB128B; }
span { border-color: rgb(219,18,139); }
td.TdClassName
{
border-color: #DB128B;
}
.TagClassName
{
border-color: #DB128B;
}
</style>