Shades of Medium Violet Red #D010A0
Tints of Medium Violet Red #D010A0
RGB
CMYK
RGB Variations
Color information
#D010A0 (or 0xD010A0) is known color: Medium Violet Red. HEX triplet: D0, 10 and A0. RGB value is (208,16,160). Sum of RGB (Red+Green+Blue) = 208+16+160=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D010A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D010A0 is #2FEF5F. Grayscale: #595959. Windows color (decimal): -3141472 or 10490064. OLE color: 10490064.
HSL color Cylindrical-coordinate representation of color #D010A0: hue angle of 315º 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 #D010A0 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 160 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.18 |
| HSL | 315º | 0.86% | 0.44% | - |
| HSV(B) | 315º | 0.92% | 0.82% | - |
| XYZ | 32.54 | 16.32 | 34.69 | - |
| YUV | 89.82 | 167.61 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 160 | 0 | 0.92 | 0.23 | 0.18 | 315 | 0.86 | 0.44 |
| Hex | D0 | 10 | A0 | 0 | 5C | 17 | 12 | 13B | 56 | 2C |
| Octal | 320 | 20 | 240 | 0 | 134 | 27 | 22 | 473 | 126 | 54 |
| Binary | 11010000 | 10000 | 10100000 | 0 | 1011100 | 10111 | 10010 | 100111011 | 1010110 | 101100 |
Color Harmonies of #D010A0
Complementary color
Monochromatic Colors of #D010A0
Black with #D010A0
Text Example
Text Example
White with #D010A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010A0; }
p { color: rgb(208,16,160); }
H1.HeaderClassName
{
color: #D010A0;
}
.AnyTagClassName
{
color: #D010A0;
}
</style>
background-color css
<style>
a { background-color: #D010A0; }
a { background-color: rgb(208,16,160); }
div.DivClassName
{
background-color: #D010A0;
}
.BgClassName
{
background-color: #D010A0;
}
</style>
border-color css
<style>
span { border-color: #D010A0; }
span { border-color: rgb(208,16,160); }
td.TdClassName
{
border-color: #D010A0;
}
.TagClassName
{
border-color: #D010A0;
}
</style>