Shades of Medium Violet Red #D005A0
Tints of Medium Violet Red #D005A0
RGB
CMYK
RGB Variations
Color information
#D005A0 (or 0xD005A0) is known color: Medium Violet Red. HEX triplet: D0, 05 and A0. RGB value is (208,5,160). Sum of RGB (Red+Green+Blue) = 208+5+160=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D005A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005A0 is #2FFA5F. Grayscale: #525252. Windows color (decimal): -3144288 or 10487248. OLE color: 10487248.
HSL color Cylindrical-coordinate representation of color #D005A0: hue angle of 314.19º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005A0 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 160 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.18 |
| HSL | 314.19º | 0.95% | 0.42% | - |
| HSV(B) | 314.19º | 0.98% | 0.82% | - |
| XYZ | 32.41 | 16.06 | 34.65 | - |
| YUV | 83.37 | 171.25 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 160 | 0 | 0.98 | 0.23 | 0.18 | 314.19 | 0.95 | 0.42 |
| Hex | D0 | 5 | A0 | 0 | 62 | 17 | 12 | 13A | 5F | 2A |
| Octal | 320 | 5 | 240 | 0 | 142 | 27 | 22 | 472 | 137 | 52 |
| Binary | 11010000 | 101 | 10100000 | 0 | 1100010 | 10111 | 10010 | 100111010 | 1011111 | 101010 |
Color Harmonies of #D005A0
Complementary color
Monochromatic Colors of #D005A0
Black with #D005A0
Text Example
Text Example
White with #D005A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005A0; }
p { color: rgb(208,5,160); }
H1.HeaderClassName
{
color: #D005A0;
}
.AnyTagClassName
{
color: #D005A0;
}
</style>
background-color css
<style>
a { background-color: #D005A0; }
a { background-color: rgb(208,5,160); }
div.DivClassName
{
background-color: #D005A0;
}
.BgClassName
{
background-color: #D005A0;
}
</style>
border-color css
<style>
span { border-color: #D005A0; }
span { border-color: rgb(208,5,160); }
td.TdClassName
{
border-color: #D005A0;
}
.TagClassName
{
border-color: #D005A0;
}
</style>