Shades of Medium Violet Red #D1128D
Tints of Medium Violet Red #D1128D
RGB
CMYK
RGB Variations
Color information
#D1128D (or 0xD1128D) is known color: Medium Violet Red. HEX triplet: D1, 12 and 8D. RGB value is (209,18,141). Sum of RGB (Red+Green+Blue) = 209+18+141=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1128D is #2EED72. Grayscale: #585858. Windows color (decimal): -3075443 or 9245393. OLE color: 9245393.
HSL color Cylindrical-coordinate representation of color #D1128D: hue angle of 321.36º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1128D is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.18 |
| HSL | 321.36º | 0.84% | 0.45% | - |
| HSV(B) | 321.36º | 0.91% | 0.82% | - |
| XYZ | 31.32 | 15.91 | 26.62 | - |
| YUV | 89.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 141 | 0 | 0.91 | 0.33 | 0.18 | 321.36 | 0.84 | 0.45 |
| Hex | D1 | 12 | 8D | 0 | 5B | 21 | 12 | 141 | 54 | 2D |
| Octal | 321 | 22 | 215 | 0 | 133 | 41 | 22 | 501 | 124 | 55 |
| Binary | 11010001 | 10010 | 10001101 | 0 | 1011011 | 100001 | 10010 | 101000001 | 1010100 | 101101 |
Color Harmonies of #D1128D
Complementary color
Monochromatic Colors of #D1128D
Black with #D1128D
Text Example
Text Example
White with #D1128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1128D; }
p { color: rgb(209,18,141); }
H1.HeaderClassName
{
color: #D1128D;
}
.AnyTagClassName
{
color: #D1128D;
}
</style>
background-color css
<style>
a { background-color: #D1128D; }
a { background-color: rgb(209,18,141); }
div.DivClassName
{
background-color: #D1128D;
}
.BgClassName
{
background-color: #D1128D;
}
</style>
border-color css
<style>
span { border-color: #D1128D; }
span { border-color: rgb(209,18,141); }
td.TdClassName
{
border-color: #D1128D;
}
.TagClassName
{
border-color: #D1128D;
}
</style>