Shades of Medium Violet Red #D11282
Tints of Medium Violet Red #D11282
RGB
CMYK
RGB Variations
Color information
#D11282 (or 0xD11282) is known color: Medium Violet Red. HEX triplet: D1, 12 and 82. RGB value is (209,18,130). Sum of RGB (Red+Green+Blue) = 209+18+130=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D11282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11282 is #2EED7D. Grayscale: #575757. Windows color (decimal): -3075454 or 8524497. OLE color: 8524497.
HSL color Cylindrical-coordinate representation of color #D11282: hue angle of 324.82º degrees, saturation: 0.84, 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 #D11282 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 130 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.18 |
| HSL | 324.82º | 0.84% | 0.45% | - |
| HSV(B) | 324.82º | 0.91% | 0.82% | - |
| XYZ | 30.54 | 15.6 | 22.52 | - |
| YUV | 87.88 | 151.78 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 130 | 0 | 0.91 | 0.38 | 0.18 | 324.82 | 0.84 | 0.45 |
| Hex | D1 | 12 | 82 | 0 | 5B | 26 | 12 | 145 | 54 | 2D |
| Octal | 321 | 22 | 202 | 0 | 133 | 46 | 22 | 505 | 124 | 55 |
| Binary | 11010001 | 10010 | 10000010 | 0 | 1011011 | 100110 | 10010 | 101000101 | 1010100 | 101101 |
Color Harmonies of #D11282
Complementary color
Monochromatic Colors of #D11282
Black with #D11282
Text Example
Text Example
White with #D11282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11282; }
p { color: rgb(209,18,130); }
H1.HeaderClassName
{
color: #D11282;
}
.AnyTagClassName
{
color: #D11282;
}
</style>
background-color css
<style>
a { background-color: #D11282; }
a { background-color: rgb(209,18,130); }
div.DivClassName
{
background-color: #D11282;
}
.BgClassName
{
background-color: #D11282;
}
</style>
border-color css
<style>
span { border-color: #D11282; }
span { border-color: rgb(209,18,130); }
td.TdClassName
{
border-color: #D11282;
}
.TagClassName
{
border-color: #D11282;
}
</style>