Shades of Medium Violet Red #D011A8
Tints of Medium Violet Red #D011A8
RGB
CMYK
RGB Variations
Color information
#D011A8 (or 0xD011A8) is known color: Medium Violet Red. HEX triplet: D0, 11 and A8. RGB value is (208,17,168). Sum of RGB (Red+Green+Blue) = 208+17+168=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D011A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D011A8 is #2FEE57. Grayscale: #5A5A5A. Windows color (decimal): -3141208 or 11014608. OLE color: 11014608.
HSL color Cylindrical-coordinate representation of color #D011A8: hue angle of 312.57º 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 #D011A8 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 168 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.18 |
| HSL | 312.57º | 0.85% | 0.44% | - |
| HSV(B) | 312.57º | 0.92% | 0.82% | - |
| XYZ | 33.28 | 16.64 | 38.5 | - |
| YUV | 91.32 | 171.28 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 168 | 0 | 0.92 | 0.19 | 0.18 | 312.57 | 0.85 | 0.44 |
| Hex | D0 | 11 | A8 | 0 | 5C | 13 | 12 | 139 | 55 | 2C |
| Octal | 320 | 21 | 250 | 0 | 134 | 23 | 22 | 471 | 125 | 54 |
| Binary | 11010000 | 10001 | 10101000 | 0 | 1011100 | 10011 | 10010 | 100111001 | 1010101 | 101100 |
Color Harmonies of #D011A8
Complementary color
Monochromatic Colors of #D011A8
Black with #D011A8
Text Example
Text Example
White with #D011A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011A8; }
p { color: rgb(208,17,168); }
H1.HeaderClassName
{
color: #D011A8;
}
.AnyTagClassName
{
color: #D011A8;
}
</style>
background-color css
<style>
a { background-color: #D011A8; }
a { background-color: rgb(208,17,168); }
div.DivClassName
{
background-color: #D011A8;
}
.BgClassName
{
background-color: #D011A8;
}
</style>
border-color css
<style>
span { border-color: #D011A8; }
span { border-color: rgb(208,17,168); }
td.TdClassName
{
border-color: #D011A8;
}
.TagClassName
{
border-color: #D011A8;
}
</style>