Shades of Medium Violet Red #D11B80
Tints of Medium Violet Red #D11B80
RGB
CMYK
RGB Variations
Color information
#D11B80 (or 0xD11B80) is known color: Medium Violet Red. HEX triplet: D1, 1B and 80. RGB value is (209,27,128). Sum of RGB (Red+Green+Blue) = 209+27+128=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11B80 is #2EE47F. Grayscale: #5C5C5C. Windows color (decimal): -3073152 or 8395729. OLE color: 8395729.
HSL color Cylindrical-coordinate representation of color #D11B80: hue angle of 326.7º degrees, saturation: 0.77, 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 #D11B80 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 128 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.18 |
| HSL | 326.7º | 0.77% | 0.46% | - |
| HSV(B) | 326.7º | 0.87% | 0.82% | - |
| XYZ | 30.58 | 15.9 | 21.88 | - |
| YUV | 92.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 128 | 0 | 0.87 | 0.39 | 0.18 | 326.7 | 0.77 | 0.46 |
| Hex | D1 | 1B | 80 | 0 | 57 | 27 | 12 | 147 | 4D | 2E |
| Octal | 321 | 33 | 200 | 0 | 127 | 47 | 22 | 507 | 115 | 56 |
| Binary | 11010001 | 11011 | 10000000 | 0 | 1010111 | 100111 | 10010 | 101000111 | 1001101 | 101110 |
Color Harmonies of #D11B80
Complementary color
Monochromatic Colors of #D11B80
Black with #D11B80
Text Example
Text Example
White with #D11B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B80; }
p { color: rgb(209,27,128); }
H1.HeaderClassName
{
color: #D11B80;
}
.AnyTagClassName
{
color: #D11B80;
}
</style>
background-color css
<style>
a { background-color: #D11B80; }
a { background-color: rgb(209,27,128); }
div.DivClassName
{
background-color: #D11B80;
}
.BgClassName
{
background-color: #D11B80;
}
</style>
border-color css
<style>
span { border-color: #D11B80; }
span { border-color: rgb(209,27,128); }
td.TdClassName
{
border-color: #D11B80;
}
.TagClassName
{
border-color: #D11B80;
}
</style>