Shades of Medium Violet Red #DB128C
Tints of Medium Violet Red #DB128C
RGB
CMYK
RGB Variations
Color information
#DB128C (or 0xDB128C) is known color: Medium Violet Red. HEX triplet: DB, 12 and 8C. RGB value is (219,18,140). Sum of RGB (Red+Green+Blue) = 219+18+140=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB128C is #24ED73. Grayscale: #5B5B5B. Windows color (decimal): -2420084 or 9179867. OLE color: 9179867.
HSL color Cylindrical-coordinate representation of color #DB128C: hue angle of 323.58º 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 #DB128C is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.14 |
| HSL | 323.58º | 0.85% | 0.46% | - |
| HSV(B) | 323.58º | 0.92% | 0.86% | - |
| XYZ | 34.16 | 17.39 | 26.37 | - |
| YUV | 92.01 | 155.09 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 140 | 0 | 0.92 | 0.36 | 0.14 | 323.58 | 0.85 | 0.46 |
| Hex | DB | 12 | 8C | 0 | 5C | 24 | E | 144 | 55 | 2E |
| Octal | 333 | 22 | 214 | 0 | 134 | 44 | 16 | 504 | 125 | 56 |
| Binary | 11011011 | 10010 | 10001100 | 0 | 1011100 | 100100 | 1110 | 101000100 | 1010101 | 101110 |
Color Harmonies of #DB128C
Complementary color
Monochromatic Colors of #DB128C
Black with #DB128C
Text Example
Text Example
White with #DB128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB128C; }
p { color: rgb(219,18,140); }
H1.HeaderClassName
{
color: #DB128C;
}
.AnyTagClassName
{
color: #DB128C;
}
</style>
background-color css
<style>
a { background-color: #DB128C; }
a { background-color: rgb(219,18,140); }
div.DivClassName
{
background-color: #DB128C;
}
.BgClassName
{
background-color: #DB128C;
}
</style>
border-color css
<style>
span { border-color: #DB128C; }
span { border-color: rgb(219,18,140); }
td.TdClassName
{
border-color: #DB128C;
}
.TagClassName
{
border-color: #DB128C;
}
</style>