Shades of Medium Violet Red #D1127F
Tints of Medium Violet Red #D1127F
RGB
CMYK
RGB Variations
Color information
#D1127F (or 0xD1127F) is known color: Medium Violet Red. HEX triplet: D1, 12 and 7F. RGB value is (209,18,127). Sum of RGB (Red+Green+Blue) = 209+18+127=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1127F is #2EED80. Grayscale: #575757. Windows color (decimal): -3075457 or 8327889. OLE color: 8327889.
HSL color Cylindrical-coordinate representation of color #D1127F: hue angle of 325.76º 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 #D1127F is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 127 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.18 |
| HSL | 325.76º | 0.84% | 0.45% | - |
| HSV(B) | 325.76º | 0.91% | 0.82% | - |
| XYZ | 30.34 | 15.52 | 21.48 | - |
| YUV | 87.54 | 150.28 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 127 | 0 | 0.91 | 0.39 | 0.18 | 325.76 | 0.84 | 0.45 |
| Hex | D1 | 12 | 7F | 0 | 5B | 27 | 12 | 146 | 54 | 2D |
| Octal | 321 | 22 | 177 | 0 | 133 | 47 | 22 | 506 | 124 | 55 |
| Binary | 11010001 | 10010 | 1111111 | 0 | 1011011 | 100111 | 10010 | 101000110 | 1010100 | 101101 |
Color Harmonies of #D1127F
Complementary color
Monochromatic Colors of #D1127F
Black with #D1127F
Text Example
Text Example
White with #D1127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1127F; }
p { color: rgb(209,18,127); }
H1.HeaderClassName
{
color: #D1127F;
}
.AnyTagClassName
{
color: #D1127F;
}
</style>
background-color css
<style>
a { background-color: #D1127F; }
a { background-color: rgb(209,18,127); }
div.DivClassName
{
background-color: #D1127F;
}
.BgClassName
{
background-color: #D1127F;
}
</style>
border-color css
<style>
span { border-color: #D1127F; }
span { border-color: rgb(209,18,127); }
td.TdClassName
{
border-color: #D1127F;
}
.TagClassName
{
border-color: #D1127F;
}
</style>