Shades of Medium Violet Red #D11575
Tints of Medium Violet Red #D11575
RGB
CMYK
RGB Variations
Color information
#D11575 (or 0xD11575) is known color: Medium Violet Red. HEX triplet: D1, 15 and 75. RGB value is (209,21,117). Sum of RGB (Red+Green+Blue) = 209+21+117=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D11575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11575 is #2EEA8A. Grayscale: #575757. Windows color (decimal): -3074699 or 7673297. OLE color: 7673297.
HSL color Cylindrical-coordinate representation of color #D11575: hue angle of 329.36º degrees, saturation: 0.82, 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 #D11575 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 117 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.18 |
| HSL | 329.36º | 0.82% | 0.45% | - |
| HSV(B) | 329.36º | 0.9% | 0.82% | - |
| XYZ | 29.77 | 15.38 | 18.23 | - |
| YUV | 88.16 | 144.28 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 117 | 0 | 0.90 | 0.44 | 0.18 | 329.36 | 0.82 | 0.45 |
| Hex | D1 | 15 | 75 | 0 | 5A | 2C | 12 | 149 | 52 | 2D |
| Octal | 321 | 25 | 165 | 0 | 132 | 54 | 22 | 511 | 122 | 55 |
| Binary | 11010001 | 10101 | 1110101 | 0 | 1011010 | 101100 | 10010 | 101001001 | 1010010 | 101101 |
Color Harmonies of #D11575
Complementary color
Monochromatic Colors of #D11575
Black with #D11575
Text Example
Text Example
White with #D11575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11575; }
p { color: rgb(209,21,117); }
H1.HeaderClassName
{
color: #D11575;
}
.AnyTagClassName
{
color: #D11575;
}
</style>
background-color css
<style>
a { background-color: #D11575; }
a { background-color: rgb(209,21,117); }
div.DivClassName
{
background-color: #D11575;
}
.BgClassName
{
background-color: #D11575;
}
</style>
border-color css
<style>
span { border-color: #D11575; }
span { border-color: rgb(209,21,117); }
td.TdClassName
{
border-color: #D11575;
}
.TagClassName
{
border-color: #D11575;
}
</style>