Shades of Medium Violet Red #D011A2
Tints of Medium Violet Red #D011A2
RGB
CMYK
RGB Variations
Color information
#D011A2 (or 0xD011A2) is known color: Medium Violet Red. HEX triplet: D0, 11 and A2. RGB value is (208,17,162). Sum of RGB (Red+Green+Blue) = 208+17+162=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D011A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D011A2 is #2FEE5D. Grayscale: #5A5A5A. Windows color (decimal): -3141214 or 10621392. OLE color: 10621392.
HSL color Cylindrical-coordinate representation of color #D011A2: hue angle of 314.45º degrees, saturation: 0.85, 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 #D011A2 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 162 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.18 |
| HSL | 314.45º | 0.85% | 0.44% | - |
| HSV(B) | 314.45º | 0.92% | 0.82% | - |
| XYZ | 32.73 | 16.42 | 35.63 | - |
| YUV | 90.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 162 | 0 | 0.92 | 0.22 | 0.18 | 314.45 | 0.85 | 0.44 |
| Hex | D0 | 11 | A2 | 0 | 5C | 16 | 12 | 13A | 55 | 2C |
| Octal | 320 | 21 | 242 | 0 | 134 | 26 | 22 | 472 | 125 | 54 |
| Binary | 11010000 | 10001 | 10100010 | 0 | 1011100 | 10110 | 10010 | 100111010 | 1010101 | 101100 |
Color Harmonies of #D011A2
Complementary color
Monochromatic Colors of #D011A2
Black with #D011A2
Text Example
Text Example
White with #D011A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011A2; }
p { color: rgb(208,17,162); }
H1.HeaderClassName
{
color: #D011A2;
}
.AnyTagClassName
{
color: #D011A2;
}
</style>
background-color css
<style>
a { background-color: #D011A2; }
a { background-color: rgb(208,17,162); }
div.DivClassName
{
background-color: #D011A2;
}
.BgClassName
{
background-color: #D011A2;
}
</style>
border-color css
<style>
span { border-color: #D011A2; }
span { border-color: rgb(208,17,162); }
td.TdClassName
{
border-color: #D011A2;
}
.TagClassName
{
border-color: #D011A2;
}
</style>