Shades of Medium Violet Red #D120AB
Tints of Medium Violet Red #D120AB
RGB
CMYK
RGB Variations
Color information
#D120AB (or 0xD120AB) is known color: Medium Violet Red. HEX triplet: D1, 20 and AB. RGB value is (209,32,171). Sum of RGB (Red+Green+Blue) = 209+32+171=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D120AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120AB is #2EDF54. Grayscale: #646464. Windows color (decimal): -3071829 or 11215057. OLE color: 11215057.
HSL color Cylindrical-coordinate representation of color #D120AB: hue angle of 312.88º 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 #D120AB is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 171 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.18 |
| HSL | 312.88º | 0.73% | 0.47% | - |
| HSV(B) | 312.88º | 0.85% | 0.82% | - |
| XYZ | 34.16 | 17.53 | 40.11 | - |
| YUV | 100.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 171 | 0 | 0.85 | 0.18 | 0.18 | 312.88 | 0.73 | 0.47 |
| Hex | D1 | 20 | AB | 0 | 55 | 12 | 12 | 139 | 49 | 2F |
| Octal | 321 | 40 | 253 | 0 | 125 | 22 | 22 | 471 | 111 | 57 |
| Binary | 11010001 | 100000 | 10101011 | 0 | 1010101 | 10010 | 10010 | 100111001 | 1001001 | 101111 |
Color Harmonies of #D120AB
Complementary color
Monochromatic Colors of #D120AB
Black with #D120AB
Text Example
Text Example
White with #D120AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120AB; }
p { color: rgb(209,32,171); }
H1.HeaderClassName
{
color: #D120AB;
}
.AnyTagClassName
{
color: #D120AB;
}
</style>
background-color css
<style>
a { background-color: #D120AB; }
a { background-color: rgb(209,32,171); }
div.DivClassName
{
background-color: #D120AB;
}
.BgClassName
{
background-color: #D120AB;
}
</style>
border-color css
<style>
span { border-color: #D120AB; }
span { border-color: rgb(209,32,171); }
td.TdClassName
{
border-color: #D120AB;
}
.TagClassName
{
border-color: #D120AB;
}
</style>