Shades of Medium Violet Red #D11C80
Tints of Medium Violet Red #D11C80
RGB
CMYK
RGB Variations
Color information
#D11C80 (or 0xD11C80) is known color: Medium Violet Red. HEX triplet: D1, 1C and 80. RGB value is (209,28,128). Sum of RGB (Red+Green+Blue) = 209+28+128=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C80 is #2EE37F. Grayscale: #5D5D5D. Windows color (decimal): -3072896 or 8395985. OLE color: 8395985.
HSL color Cylindrical-coordinate representation of color #D11C80: hue angle of 326.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C80 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 128 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.18 |
| HSL | 326.85º | 0.76% | 0.46% | - |
| HSV(B) | 326.85º | 0.87% | 0.82% | - |
| XYZ | 30.61 | 15.94 | 21.89 | - |
| YUV | 93.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 128 | 0 | 0.87 | 0.39 | 0.18 | 326.85 | 0.76 | 0.46 |
| Hex | D1 | 1C | 80 | 0 | 57 | 27 | 12 | 147 | 4C | 2E |
| Octal | 321 | 34 | 200 | 0 | 127 | 47 | 22 | 507 | 114 | 56 |
| Binary | 11010001 | 11100 | 10000000 | 0 | 1010111 | 100111 | 10010 | 101000111 | 1001100 | 101110 |
Color Harmonies of #D11C80
Complementary color
Monochromatic Colors of #D11C80
Black with #D11C80
Text Example
Text Example
White with #D11C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C80; }
p { color: rgb(209,28,128); }
H1.HeaderClassName
{
color: #D11C80;
}
.AnyTagClassName
{
color: #D11C80;
}
</style>
background-color css
<style>
a { background-color: #D11C80; }
a { background-color: rgb(209,28,128); }
div.DivClassName
{
background-color: #D11C80;
}
.BgClassName
{
background-color: #D11C80;
}
</style>
border-color css
<style>
span { border-color: #D11C80; }
span { border-color: rgb(209,28,128); }
td.TdClassName
{
border-color: #D11C80;
}
.TagClassName
{
border-color: #D11C80;
}
</style>