Shades of Medium Violet Red #D11380
Tints of Medium Violet Red #D11380
RGB
CMYK
RGB Variations
Color information
#D11380 (or 0xD11380) is known color: Medium Violet Red. HEX triplet: D1, 13 and 80. RGB value is (209,19,128). Sum of RGB (Red+Green+Blue) = 209+19+128=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D11380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11380 is #2EEC7F. Grayscale: #575757. Windows color (decimal): -3075200 or 8393681. OLE color: 8393681.
HSL color Cylindrical-coordinate representation of color #D11380: hue angle of 325.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11380 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 128 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.18 |
| HSL | 325.58º | 0.83% | 0.45% | - |
| HSV(B) | 325.58º | 0.91% | 0.82% | - |
| XYZ | 30.42 | 15.58 | 21.83 | - |
| YUV | 88.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 128 | 0 | 0.91 | 0.39 | 0.18 | 325.58 | 0.83 | 0.45 |
| Hex | D1 | 13 | 80 | 0 | 5B | 27 | 12 | 146 | 53 | 2D |
| Octal | 321 | 23 | 200 | 0 | 133 | 47 | 22 | 506 | 123 | 55 |
| Binary | 11010001 | 10011 | 10000000 | 0 | 1011011 | 100111 | 10010 | 101000110 | 1010011 | 101101 |
Color Harmonies of #D11380
Complementary color
Monochromatic Colors of #D11380
Black with #D11380
Text Example
Text Example
White with #D11380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11380; }
p { color: rgb(209,19,128); }
H1.HeaderClassName
{
color: #D11380;
}
.AnyTagClassName
{
color: #D11380;
}
</style>
background-color css
<style>
a { background-color: #D11380; }
a { background-color: rgb(209,19,128); }
div.DivClassName
{
background-color: #D11380;
}
.BgClassName
{
background-color: #D11380;
}
</style>
border-color css
<style>
span { border-color: #D11380; }
span { border-color: rgb(209,19,128); }
td.TdClassName
{
border-color: #D11380;
}
.TagClassName
{
border-color: #D11380;
}
</style>