Shades of Medium Violet Red #D11D87
Tints of Medium Violet Red #D11D87
RGB
CMYK
RGB Variations
Color information
#D11D87 (or 0xD11D87) is known color: Medium Violet Red. HEX triplet: D1, 1D and 87. RGB value is (209,29,135). Sum of RGB (Red+Green+Blue) = 209+29+135=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D87 is #2EE278. Grayscale: #5E5E5E. Windows color (decimal): -3072633 or 8854993. OLE color: 8854993.
HSL color Cylindrical-coordinate representation of color #D11D87: hue angle of 324.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D87 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 135 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.18 |
| HSL | 324.67º | 0.76% | 0.47% | - |
| HSV(B) | 324.67º | 0.86% | 0.82% | - |
| XYZ | 31.11 | 16.18 | 24.41 | - |
| YUV | 94.9 | 150.63 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 135 | 0 | 0.86 | 0.35 | 0.18 | 324.67 | 0.76 | 0.47 |
| Hex | D1 | 1D | 87 | 0 | 56 | 23 | 12 | 145 | 4C | 2F |
| Octal | 321 | 35 | 207 | 0 | 126 | 43 | 22 | 505 | 114 | 57 |
| Binary | 11010001 | 11101 | 10000111 | 0 | 1010110 | 100011 | 10010 | 101000101 | 1001100 | 101111 |
Color Harmonies of #D11D87
Complementary color
Monochromatic Colors of #D11D87
Black with #D11D87
Text Example
Text Example
White with #D11D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D87; }
p { color: rgb(209,29,135); }
H1.HeaderClassName
{
color: #D11D87;
}
.AnyTagClassName
{
color: #D11D87;
}
</style>
background-color css
<style>
a { background-color: #D11D87; }
a { background-color: rgb(209,29,135); }
div.DivClassName
{
background-color: #D11D87;
}
.BgClassName
{
background-color: #D11D87;
}
</style>
border-color css
<style>
span { border-color: #D11D87; }
span { border-color: rgb(209,29,135); }
td.TdClassName
{
border-color: #D11D87;
}
.TagClassName
{
border-color: #D11D87;
}
</style>