Shades of Medium Violet Red #D11B81
Tints of Medium Violet Red #D11B81
RGB
CMYK
RGB Variations
Color information
#D11B81 (or 0xD11B81) is known color: Medium Violet Red. HEX triplet: D1, 1B and 81. RGB value is (209,27,129). Sum of RGB (Red+Green+Blue) = 209+27+129=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11B81 is #2EE47E. Grayscale: #5C5C5C. Windows color (decimal): -3073151 or 8461265. OLE color: 8461265.
HSL color Cylindrical-coordinate representation of color #D11B81: hue angle of 326.37º 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 #D11B81 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 129 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.18 |
| HSL | 326.37º | 0.77% | 0.46% | - |
| HSV(B) | 326.37º | 0.87% | 0.82% | - |
| XYZ | 30.65 | 15.92 | 22.23 | - |
| YUV | 93.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 129 | 0 | 0.87 | 0.38 | 0.18 | 326.37 | 0.77 | 0.46 |
| Hex | D1 | 1B | 81 | 0 | 57 | 26 | 12 | 146 | 4D | 2E |
| Octal | 321 | 33 | 201 | 0 | 127 | 46 | 22 | 506 | 115 | 56 |
| Binary | 11010001 | 11011 | 10000001 | 0 | 1010111 | 100110 | 10010 | 101000110 | 1001101 | 101110 |
Color Harmonies of #D11B81
Complementary color
Monochromatic Colors of #D11B81
Black with #D11B81
Text Example
Text Example
White with #D11B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B81; }
p { color: rgb(209,27,129); }
H1.HeaderClassName
{
color: #D11B81;
}
.AnyTagClassName
{
color: #D11B81;
}
</style>
background-color css
<style>
a { background-color: #D11B81; }
a { background-color: rgb(209,27,129); }
div.DivClassName
{
background-color: #D11B81;
}
.BgClassName
{
background-color: #D11B81;
}
</style>
border-color css
<style>
span { border-color: #D11B81; }
span { border-color: rgb(209,27,129); }
td.TdClassName
{
border-color: #D11B81;
}
.TagClassName
{
border-color: #D11B81;
}
</style>