Shades of Medium Violet Red #D020AC
Tints of Medium Violet Red #D020AC
RGB
CMYK
RGB Variations
Color information
#D020AC (or 0xD020AC) is known color: Medium Violet Red. HEX triplet: D0, 20 and AC. RGB value is (208,32,172). Sum of RGB (Red+Green+Blue) = 208+32+172=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D020AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D020AC is #2FDF53. Grayscale: #646464. Windows color (decimal): -3137364 or 11280592. OLE color: 11280592.
HSL color Cylindrical-coordinate representation of color #D020AC: hue angle of 312.27º 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 #D020AC is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 172 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.18 |
| HSL | 312.27º | 0.73% | 0.47% | - |
| HSV(B) | 312.27º | 0.85% | 0.82% | - |
| XYZ | 33.98 | 17.42 | 40.6 | - |
| YUV | 100.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 172 | 0 | 0.85 | 0.17 | 0.18 | 312.27 | 0.73 | 0.47 |
| Hex | D0 | 20 | AC | 0 | 55 | 11 | 12 | 138 | 49 | 2F |
| Octal | 320 | 40 | 254 | 0 | 125 | 21 | 22 | 470 | 111 | 57 |
| Binary | 11010000 | 100000 | 10101100 | 0 | 1010101 | 10001 | 10010 | 100111000 | 1001001 | 101111 |
Color Harmonies of #D020AC
Complementary color
Monochromatic Colors of #D020AC
Black with #D020AC
Text Example
Text Example
White with #D020AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020AC; }
p { color: rgb(208,32,172); }
H1.HeaderClassName
{
color: #D020AC;
}
.AnyTagClassName
{
color: #D020AC;
}
</style>
background-color css
<style>
a { background-color: #D020AC; }
a { background-color: rgb(208,32,172); }
div.DivClassName
{
background-color: #D020AC;
}
.BgClassName
{
background-color: #D020AC;
}
</style>
border-color css
<style>
span { border-color: #D020AC; }
span { border-color: rgb(208,32,172); }
td.TdClassName
{
border-color: #D020AC;
}
.TagClassName
{
border-color: #D020AC;
}
</style>