Shades of Medium Violet Red #DB128F
Tints of Medium Violet Red #DB128F
RGB
CMYK
RGB Variations
Color information
#DB128F (or 0xDB128F) is known color: Medium Violet Red. HEX triplet: DB, 12 and 8F. RGB value is (219,18,143). Sum of RGB (Red+Green+Blue) = 219+18+143=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB128F is #24ED70. Grayscale: #5C5C5C. Windows color (decimal): -2420081 or 9376475. OLE color: 9376475.
HSL color Cylindrical-coordinate representation of color #DB128F: hue angle of 322.69º 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 #DB128F is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 143 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.14 |
| HSL | 322.69º | 0.85% | 0.46% | - |
| HSV(B) | 322.69º | 0.92% | 0.86% | - |
| XYZ | 34.39 | 17.48 | 27.55 | - |
| YUV | 92.35 | 156.59 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 143 | 0 | 0.92 | 0.35 | 0.14 | 322.69 | 0.85 | 0.46 |
| Hex | DB | 12 | 8F | 0 | 5C | 23 | E | 143 | 55 | 2E |
| Octal | 333 | 22 | 217 | 0 | 134 | 43 | 16 | 503 | 125 | 56 |
| Binary | 11011011 | 10010 | 10001111 | 0 | 1011100 | 100011 | 1110 | 101000011 | 1010101 | 101110 |
Color Harmonies of #DB128F
Complementary color
Monochromatic Colors of #DB128F
Black with #DB128F
Text Example
Text Example
White with #DB128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB128F; }
p { color: rgb(219,18,143); }
H1.HeaderClassName
{
color: #DB128F;
}
.AnyTagClassName
{
color: #DB128F;
}
</style>
background-color css
<style>
a { background-color: #DB128F; }
a { background-color: rgb(219,18,143); }
div.DivClassName
{
background-color: #DB128F;
}
.BgClassName
{
background-color: #DB128F;
}
</style>
border-color css
<style>
span { border-color: #DB128F; }
span { border-color: rgb(219,18,143); }
td.TdClassName
{
border-color: #DB128F;
}
.TagClassName
{
border-color: #DB128F;
}
</style>