Shades of Medium Violet Red #D11487
Tints of Medium Violet Red #D11487
RGB
CMYK
RGB Variations
Color information
#D11487 (or 0xD11487) is known color: Medium Violet Red. HEX triplet: D1, 14 and 87. RGB value is (209,20,135). Sum of RGB (Red+Green+Blue) = 209+20+135=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D11487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11487 is #2EEB78. Grayscale: #595959. Windows color (decimal): -3074937 or 8852689. OLE color: 8852689.
HSL color Cylindrical-coordinate representation of color #D11487: hue angle of 323.49º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11487 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 135 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.18 |
| HSL | 323.49º | 0.83% | 0.45% | - |
| HSV(B) | 323.49º | 0.9% | 0.82% | - |
| XYZ | 30.92 | 15.8 | 24.34 | - |
| YUV | 89.62 | 153.62 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 135 | 0 | 0.90 | 0.35 | 0.18 | 323.49 | 0.83 | 0.45 |
| Hex | D1 | 14 | 87 | 0 | 5A | 23 | 12 | 143 | 53 | 2D |
| Octal | 321 | 24 | 207 | 0 | 132 | 43 | 22 | 503 | 123 | 55 |
| Binary | 11010001 | 10100 | 10000111 | 0 | 1011010 | 100011 | 10010 | 101000011 | 1010011 | 101101 |
Color Harmonies of #D11487
Complementary color
Monochromatic Colors of #D11487
Black with #D11487
Text Example
Text Example
White with #D11487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11487; }
p { color: rgb(209,20,135); }
H1.HeaderClassName
{
color: #D11487;
}
.AnyTagClassName
{
color: #D11487;
}
</style>
background-color css
<style>
a { background-color: #D11487; }
a { background-color: rgb(209,20,135); }
div.DivClassName
{
background-color: #D11487;
}
.BgClassName
{
background-color: #D11487;
}
</style>
border-color css
<style>
span { border-color: #D11487; }
span { border-color: rgb(209,20,135); }
td.TdClassName
{
border-color: #D11487;
}
.TagClassName
{
border-color: #D11487;
}
</style>