Shades of Medium Violet Red #D112A3
Tints of Medium Violet Red #D112A3
RGB
CMYK
RGB Variations
Color information
#D112A3 (or 0xD112A3) is known color: Medium Violet Red. HEX triplet: D1, 12 and A3. RGB value is (209,18,163). Sum of RGB (Red+Green+Blue) = 209+18+163=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D112A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D112A3 is #2EED5C. Grayscale: #5B5B5B. Windows color (decimal): -3075421 or 10687185. OLE color: 10687185.
HSL color Cylindrical-coordinate representation of color #D112A3: hue angle of 314.45º 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 #D112A3 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 163 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.18 |
| HSL | 314.45º | 0.84% | 0.45% | - |
| HSV(B) | 314.45º | 0.91% | 0.82% | - |
| XYZ | 33.12 | 16.63 | 36.11 | - |
| YUV | 91.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 163 | 0 | 0.91 | 0.22 | 0.18 | 314.45 | 0.84 | 0.45 |
| Hex | D1 | 12 | A3 | 0 | 5B | 16 | 12 | 13A | 54 | 2D |
| Octal | 321 | 22 | 243 | 0 | 133 | 26 | 22 | 472 | 124 | 55 |
| Binary | 11010001 | 10010 | 10100011 | 0 | 1011011 | 10110 | 10010 | 100111010 | 1010100 | 101101 |
Color Harmonies of #D112A3
Complementary color
Monochromatic Colors of #D112A3
Black with #D112A3
Text Example
Text Example
White with #D112A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112A3; }
p { color: rgb(209,18,163); }
H1.HeaderClassName
{
color: #D112A3;
}
.AnyTagClassName
{
color: #D112A3;
}
</style>
background-color css
<style>
a { background-color: #D112A3; }
a { background-color: rgb(209,18,163); }
div.DivClassName
{
background-color: #D112A3;
}
.BgClassName
{
background-color: #D112A3;
}
</style>
border-color css
<style>
span { border-color: #D112A3; }
span { border-color: rgb(209,18,163); }
td.TdClassName
{
border-color: #D112A3;
}
.TagClassName
{
border-color: #D112A3;
}
</style>