Shades of Medium Violet Red #D020A0
Tints of Medium Violet Red #D020A0
RGB
CMYK
RGB Variations
Color information
#D020A0 (or 0xD020A0) is known color: Medium Violet Red. HEX triplet: D0, 20 and A0. RGB value is (208,32,160). Sum of RGB (Red+Green+Blue) = 208+32+160=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D020A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D020A0 is #2FDF5F. Grayscale: #626262. Windows color (decimal): -3137376 or 10494160. OLE color: 10494160.
HSL color Cylindrical-coordinate representation of color #D020A0: hue angle of 316.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020A0 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 160 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.18 |
| HSL | 316.36º | 0.73% | 0.47% | - |
| HSV(B) | 316.36º | 0.85% | 0.82% | - |
| XYZ | 32.87 | 16.98 | 34.8 | - |
| YUV | 99.22 | 162.31 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 160 | 0 | 0.85 | 0.23 | 0.18 | 316.36 | 0.73 | 0.47 |
| Hex | D0 | 20 | A0 | 0 | 55 | 17 | 12 | 13C | 49 | 2F |
| Octal | 320 | 40 | 240 | 0 | 125 | 27 | 22 | 474 | 111 | 57 |
| Binary | 11010000 | 100000 | 10100000 | 0 | 1010101 | 10111 | 10010 | 100111100 | 1001001 | 101111 |
Color Harmonies of #D020A0
Complementary color
Monochromatic Colors of #D020A0
Black with #D020A0
Text Example
Text Example
White with #D020A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020A0; }
p { color: rgb(208,32,160); }
H1.HeaderClassName
{
color: #D020A0;
}
.AnyTagClassName
{
color: #D020A0;
}
</style>
background-color css
<style>
a { background-color: #D020A0; }
a { background-color: rgb(208,32,160); }
div.DivClassName
{
background-color: #D020A0;
}
.BgClassName
{
background-color: #D020A0;
}
</style>
border-color css
<style>
span { border-color: #D020A0; }
span { border-color: rgb(208,32,160); }
td.TdClassName
{
border-color: #D020A0;
}
.TagClassName
{
border-color: #D020A0;
}
</style>