Shades of Medium Violet Red #D1137A
Tints of Medium Violet Red #D1137A
RGB
CMYK
RGB Variations
Color information
#D1137A (or 0xD1137A) is known color: Medium Violet Red. HEX triplet: D1, 13 and 7A. RGB value is (209,19,122). Sum of RGB (Red+Green+Blue) = 209+19+122=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1137A is #2EEC85. Grayscale: #575757. Windows color (decimal): -3075206 or 8000465. OLE color: 8000465.
HSL color Cylindrical-coordinate representation of color #D1137A: hue angle of 327.47º degrees, saturation: 0.83, 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 #D1137A is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.18 |
| HSL | 327.47º | 0.83% | 0.45% | - |
| HSV(B) | 327.47º | 0.91% | 0.82% | - |
| XYZ | 30.04 | 15.43 | 19.81 | - |
| YUV | 87.55 | 147.45 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 122 | 0 | 0.91 | 0.42 | 0.18 | 327.47 | 0.83 | 0.45 |
| Hex | D1 | 13 | 7A | 0 | 5B | 2A | 12 | 147 | 53 | 2D |
| Octal | 321 | 23 | 172 | 0 | 133 | 52 | 22 | 507 | 123 | 55 |
| Binary | 11010001 | 10011 | 1111010 | 0 | 1011011 | 101010 | 10010 | 101000111 | 1010011 | 101101 |
Color Harmonies of #D1137A
Complementary color
Monochromatic Colors of #D1137A
Black with #D1137A
Text Example
Text Example
White with #D1137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1137A; }
p { color: rgb(209,19,122); }
H1.HeaderClassName
{
color: #D1137A;
}
.AnyTagClassName
{
color: #D1137A;
}
</style>
background-color css
<style>
a { background-color: #D1137A; }
a { background-color: rgb(209,19,122); }
div.DivClassName
{
background-color: #D1137A;
}
.BgClassName
{
background-color: #D1137A;
}
</style>
border-color css
<style>
span { border-color: #D1137A; }
span { border-color: rgb(209,19,122); }
td.TdClassName
{
border-color: #D1137A;
}
.TagClassName
{
border-color: #D1137A;
}
</style>