Shades of Medium Violet Red #D010AA
Tints of Medium Violet Red #D010AA
RGB
CMYK
RGB Variations
Color information
#D010AA (or 0xD010AA) is known color: Medium Violet Red. HEX triplet: D0, 10 and AA. RGB value is (208,16,170). Sum of RGB (Red+Green+Blue) = 208+16+170=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D010AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D010AA is #2FEF55. Grayscale: #5A5A5A. Windows color (decimal): -3141462 or 11145424. OLE color: 11145424.
HSL color Cylindrical-coordinate representation of color #D010AA: hue angle of 311.88º 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 #D010AA is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 170 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.18 |
| HSL | 311.88º | 0.86% | 0.44% | - |
| HSV(B) | 311.88º | 0.92% | 0.82% | - |
| XYZ | 33.45 | 16.68 | 39.49 | - |
| YUV | 90.96 | 172.61 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 170 | 0 | 0.92 | 0.18 | 0.18 | 311.88 | 0.86 | 0.44 |
| Hex | D0 | 10 | AA | 0 | 5C | 12 | 12 | 138 | 56 | 2C |
| Octal | 320 | 20 | 252 | 0 | 134 | 22 | 22 | 470 | 126 | 54 |
| Binary | 11010000 | 10000 | 10101010 | 0 | 1011100 | 10010 | 10010 | 100111000 | 1010110 | 101100 |
Color Harmonies of #D010AA
Complementary color
Monochromatic Colors of #D010AA
Black with #D010AA
Text Example
Text Example
White with #D010AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010AA; }
p { color: rgb(208,16,170); }
H1.HeaderClassName
{
color: #D010AA;
}
.AnyTagClassName
{
color: #D010AA;
}
</style>
background-color css
<style>
a { background-color: #D010AA; }
a { background-color: rgb(208,16,170); }
div.DivClassName
{
background-color: #D010AA;
}
.BgClassName
{
background-color: #D010AA;
}
</style>
border-color css
<style>
span { border-color: #D010AA; }
span { border-color: rgb(208,16,170); }
td.TdClassName
{
border-color: #D010AA;
}
.TagClassName
{
border-color: #D010AA;
}
</style>