Shades of Medium Violet Red #D11672
Tints of Medium Violet Red #D11672
RGB
CMYK
RGB Variations
Color information
#D11672 (or 0xD11672) is known color: Medium Violet Red. HEX triplet: D1, 16 and 72. RGB value is (209,22,114). Sum of RGB (Red+Green+Blue) = 209+22+114=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D11672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11672 is #2EE98D. Grayscale: #585858. Windows color (decimal): -3074446 or 7476945. OLE color: 7476945.
HSL color Cylindrical-coordinate representation of color #D11672: hue angle of 330.48º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11672 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 114 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.18 |
| HSL | 330.48º | 0.81% | 0.45% | - |
| HSV(B) | 330.48º | 0.89% | 0.82% | - |
| XYZ | 29.62 | 15.34 | 17.32 | - |
| YUV | 88.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 114 | 0 | 0.89 | 0.45 | 0.18 | 330.48 | 0.81 | 0.45 |
| Hex | D1 | 16 | 72 | 0 | 59 | 2D | 12 | 14A | 51 | 2D |
| Octal | 321 | 26 | 162 | 0 | 131 | 55 | 22 | 512 | 121 | 55 |
| Binary | 11010001 | 10110 | 1110010 | 0 | 1011001 | 101101 | 10010 | 101001010 | 1010001 | 101101 |
Color Harmonies of #D11672
Complementary color
Monochromatic Colors of #D11672
Black with #D11672
Text Example
Text Example
White with #D11672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11672; }
p { color: rgb(209,22,114); }
H1.HeaderClassName
{
color: #D11672;
}
.AnyTagClassName
{
color: #D11672;
}
</style>
background-color css
<style>
a { background-color: #D11672; }
a { background-color: rgb(209,22,114); }
div.DivClassName
{
background-color: #D11672;
}
.BgClassName
{
background-color: #D11672;
}
</style>
border-color css
<style>
span { border-color: #D11672; }
span { border-color: rgb(209,22,114); }
td.TdClassName
{
border-color: #D11672;
}
.TagClassName
{
border-color: #D11672;
}
</style>