Shades of Medium Violet Red #DB128D
Tints of Medium Violet Red #DB128D
RGB
CMYK
RGB Variations
Color information
#DB128D (or 0xDB128D) is known color: Medium Violet Red. HEX triplet: DB, 12 and 8D. RGB value is (219,18,141). Sum of RGB (Red+Green+Blue) = 219+18+141=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB128D is #24ED72. Grayscale: #5B5B5B. Windows color (decimal): -2420083 or 9245403. OLE color: 9245403.
HSL color Cylindrical-coordinate representation of color #DB128D: hue angle of 323.28º 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 #DB128D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 141 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.14 |
| HSL | 323.28º | 0.85% | 0.46% | - |
| HSV(B) | 323.28º | 0.92% | 0.86% | - |
| XYZ | 34.24 | 17.42 | 26.76 | - |
| YUV | 92.12 | 155.59 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 141 | 0 | 0.92 | 0.36 | 0.14 | 323.28 | 0.85 | 0.46 |
| Hex | DB | 12 | 8D | 0 | 5C | 24 | E | 143 | 55 | 2E |
| Octal | 333 | 22 | 215 | 0 | 134 | 44 | 16 | 503 | 125 | 56 |
| Binary | 11011011 | 10010 | 10001101 | 0 | 1011100 | 100100 | 1110 | 101000011 | 1010101 | 101110 |
Color Harmonies of #DB128D
Complementary color
Monochromatic Colors of #DB128D
Black with #DB128D
Text Example
Text Example
White with #DB128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB128D; }
p { color: rgb(219,18,141); }
H1.HeaderClassName
{
color: #DB128D;
}
.AnyTagClassName
{
color: #DB128D;
}
</style>
background-color css
<style>
a { background-color: #DB128D; }
a { background-color: rgb(219,18,141); }
div.DivClassName
{
background-color: #DB128D;
}
.BgClassName
{
background-color: #DB128D;
}
</style>
border-color css
<style>
span { border-color: #DB128D; }
span { border-color: rgb(219,18,141); }
td.TdClassName
{
border-color: #DB128D;
}
.TagClassName
{
border-color: #DB128D;
}
</style>