Shades of Medium Violet Red #D110A2
Tints of Medium Violet Red #D110A2
RGB
CMYK
RGB Variations
Color information
#D110A2 (or 0xD110A2) is known color: Medium Violet Red. HEX triplet: D1, 10 and A2. RGB value is (209,16,162). Sum of RGB (Red+Green+Blue) = 209+16+162=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D110A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D110A2 is #2EEF5D. Grayscale: #595959. Windows color (decimal): -3075934 or 10621137. OLE color: 10621137.
HSL color Cylindrical-coordinate representation of color #D110A2: hue angle of 314.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D110A2 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 162 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.18 |
| HSL | 314.61º | 0.86% | 0.44% | - |
| HSV(B) | 314.61º | 0.92% | 0.82% | - |
| XYZ | 33 | 16.53 | 35.63 | - |
| YUV | 90.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 162 | 0 | 0.92 | 0.22 | 0.18 | 314.61 | 0.86 | 0.44 |
| Hex | D1 | 10 | A2 | 0 | 5C | 16 | 12 | 13B | 56 | 2C |
| Octal | 321 | 20 | 242 | 0 | 134 | 26 | 22 | 473 | 126 | 54 |
| Binary | 11010001 | 10000 | 10100010 | 0 | 1011100 | 10110 | 10010 | 100111011 | 1010110 | 101100 |
Color Harmonies of #D110A2
Complementary color
Monochromatic Colors of #D110A2
Black with #D110A2
Text Example
Text Example
White with #D110A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110A2; }
p { color: rgb(209,16,162); }
H1.HeaderClassName
{
color: #D110A2;
}
.AnyTagClassName
{
color: #D110A2;
}
</style>
background-color css
<style>
a { background-color: #D110A2; }
a { background-color: rgb(209,16,162); }
div.DivClassName
{
background-color: #D110A2;
}
.BgClassName
{
background-color: #D110A2;
}
</style>
border-color css
<style>
span { border-color: #D110A2; }
span { border-color: rgb(209,16,162); }
td.TdClassName
{
border-color: #D110A2;
}
.TagClassName
{
border-color: #D110A2;
}
</style>