Shades of Medium Violet Red #D11A89
Tints of Medium Violet Red #D11A89
RGB
CMYK
RGB Variations
Color information
#D11A89 (or 0xD11A89) is known color: Medium Violet Red. HEX triplet: D1, 1A and 89. RGB value is (209,26,137). Sum of RGB (Red+Green+Blue) = 209+26+137=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11A89 is #2EE576. Grayscale: #5D5D5D. Windows color (decimal): -3073399 or 8985297. OLE color: 8985297.
HSL color Cylindrical-coordinate representation of color #D11A89: hue angle of 323.61º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A89 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 137 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.18 |
| HSL | 323.61º | 0.78% | 0.46% | - |
| HSV(B) | 323.61º | 0.88% | 0.82% | - |
| XYZ | 31.18 | 16.1 | 25.13 | - |
| YUV | 93.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 137 | 0 | 0.88 | 0.34 | 0.18 | 323.61 | 0.78 | 0.46 |
| Hex | D1 | 1A | 89 | 0 | 58 | 22 | 12 | 144 | 4E | 2E |
| Octal | 321 | 32 | 211 | 0 | 130 | 42 | 22 | 504 | 116 | 56 |
| Binary | 11010001 | 11010 | 10001001 | 0 | 1011000 | 100010 | 10010 | 101000100 | 1001110 | 101110 |
Color Harmonies of #D11A89
Complementary color
Monochromatic Colors of #D11A89
Black with #D11A89
Text Example
Text Example
White with #D11A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A89; }
p { color: rgb(209,26,137); }
H1.HeaderClassName
{
color: #D11A89;
}
.AnyTagClassName
{
color: #D11A89;
}
</style>
background-color css
<style>
a { background-color: #D11A89; }
a { background-color: rgb(209,26,137); }
div.DivClassName
{
background-color: #D11A89;
}
.BgClassName
{
background-color: #D11A89;
}
</style>
border-color css
<style>
span { border-color: #D11A89; }
span { border-color: rgb(209,26,137); }
td.TdClassName
{
border-color: #D11A89;
}
.TagClassName
{
border-color: #D11A89;
}
</style>