Shades of Medium Violet Red #D112A0
Tints of Medium Violet Red #D112A0
RGB
CMYK
RGB Variations
Color information
#D112A0 (or 0xD112A0) is known color: Medium Violet Red. HEX triplet: D1, 12 and A0. RGB value is (209,18,160). Sum of RGB (Red+Green+Blue) = 209+18+160=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D112A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D112A0 is #2EED5F. Grayscale: #5A5A5A. Windows color (decimal): -3075424 or 10490577. OLE color: 10490577.
HSL color Cylindrical-coordinate representation of color #D112A0: hue angle of 315.39º 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 #D112A0 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 160 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.18 |
| HSL | 315.39º | 0.84% | 0.45% | - |
| HSV(B) | 315.39º | 0.91% | 0.82% | - |
| XYZ | 32.86 | 16.53 | 34.72 | - |
| YUV | 91.3 | 166.78 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 160 | 0 | 0.91 | 0.23 | 0.18 | 315.39 | 0.84 | 0.45 |
| Hex | D1 | 12 | A0 | 0 | 5B | 17 | 12 | 13B | 54 | 2D |
| Octal | 321 | 22 | 240 | 0 | 133 | 27 | 22 | 473 | 124 | 55 |
| Binary | 11010001 | 10010 | 10100000 | 0 | 1011011 | 10111 | 10010 | 100111011 | 1010100 | 101101 |
Color Harmonies of #D112A0
Complementary color
Monochromatic Colors of #D112A0
Black with #D112A0
Text Example
Text Example
White with #D112A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112A0; }
p { color: rgb(209,18,160); }
H1.HeaderClassName
{
color: #D112A0;
}
.AnyTagClassName
{
color: #D112A0;
}
</style>
background-color css
<style>
a { background-color: #D112A0; }
a { background-color: rgb(209,18,160); }
div.DivClassName
{
background-color: #D112A0;
}
.BgClassName
{
background-color: #D112A0;
}
</style>
border-color css
<style>
span { border-color: #D112A0; }
span { border-color: rgb(209,18,160); }
td.TdClassName
{
border-color: #D112A0;
}
.TagClassName
{
border-color: #D112A0;
}
</style>