Shades of Medium Violet Red #D120AC
Tints of Medium Violet Red #D120AC
RGB
CMYK
RGB Variations
Color information
#D120AC (or 0xD120AC) is known color: Medium Violet Red. HEX triplet: D1, 20 and AC. RGB value is (209,32,172). Sum of RGB (Red+Green+Blue) = 209+32+172=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D120AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120AC is #2EDF53. Grayscale: #646464. Windows color (decimal): -3071828 or 11280593. OLE color: 11280593.
HSL color Cylindrical-coordinate representation of color #D120AC: hue angle of 312.54º 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 #D120AC is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 172 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.18 |
| HSL | 312.54º | 0.73% | 0.47% | - |
| HSV(B) | 312.54º | 0.85% | 0.82% | - |
| XYZ | 34.26 | 17.57 | 40.61 | - |
| YUV | 100.88 | 168.14 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 172 | 0 | 0.85 | 0.18 | 0.18 | 312.54 | 0.73 | 0.47 |
| Hex | D1 | 20 | AC | 0 | 55 | 12 | 12 | 139 | 49 | 2F |
| Octal | 321 | 40 | 254 | 0 | 125 | 22 | 22 | 471 | 111 | 57 |
| Binary | 11010001 | 100000 | 10101100 | 0 | 1010101 | 10010 | 10010 | 100111001 | 1001001 | 101111 |
Color Harmonies of #D120AC
Complementary color
Monochromatic Colors of #D120AC
Black with #D120AC
Text Example
Text Example
White with #D120AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120AC; }
p { color: rgb(209,32,172); }
H1.HeaderClassName
{
color: #D120AC;
}
.AnyTagClassName
{
color: #D120AC;
}
</style>
background-color css
<style>
a { background-color: #D120AC; }
a { background-color: rgb(209,32,172); }
div.DivClassName
{
background-color: #D120AC;
}
.BgClassName
{
background-color: #D120AC;
}
</style>
border-color css
<style>
span { border-color: #D120AC; }
span { border-color: rgb(209,32,172); }
td.TdClassName
{
border-color: #D120AC;
}
.TagClassName
{
border-color: #D120AC;
}
</style>