Shades of Medium Violet Red #D11580
Tints of Medium Violet Red #D11580
RGB
CMYK
RGB Variations
Color information
#D11580 (or 0xD11580) is known color: Medium Violet Red. HEX triplet: D1, 15 and 80. RGB value is (209,21,128). Sum of RGB (Red+Green+Blue) = 209+21+128=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D11580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11580 is #2EEA7F. Grayscale: #595959. Windows color (decimal): -3074688 or 8394193. OLE color: 8394193.
HSL color Cylindrical-coordinate representation of color #D11580: hue angle of 325.85º 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 #D11580 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 128 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.18 |
| HSL | 325.85º | 0.82% | 0.45% | - |
| HSV(B) | 325.85º | 0.9% | 0.82% | - |
| XYZ | 30.46 | 15.65 | 21.84 | - |
| YUV | 89.41 | 149.78 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 128 | 0 | 0.90 | 0.39 | 0.18 | 325.85 | 0.82 | 0.45 |
| Hex | D1 | 15 | 80 | 0 | 5A | 27 | 12 | 146 | 52 | 2D |
| Octal | 321 | 25 | 200 | 0 | 132 | 47 | 22 | 506 | 122 | 55 |
| Binary | 11010001 | 10101 | 10000000 | 0 | 1011010 | 100111 | 10010 | 101000110 | 1010010 | 101101 |
Color Harmonies of #D11580
Complementary color
Monochromatic Colors of #D11580
Black with #D11580
Text Example
Text Example
White with #D11580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11580; }
p { color: rgb(209,21,128); }
H1.HeaderClassName
{
color: #D11580;
}
.AnyTagClassName
{
color: #D11580;
}
</style>
background-color css
<style>
a { background-color: #D11580; }
a { background-color: rgb(209,21,128); }
div.DivClassName
{
background-color: #D11580;
}
.BgClassName
{
background-color: #D11580;
}
</style>
border-color css
<style>
span { border-color: #D11580; }
span { border-color: rgb(209,21,128); }
td.TdClassName
{
border-color: #D11580;
}
.TagClassName
{
border-color: #D11580;
}
</style>