Shades of Medium Violet Red #D120A8
Tints of Medium Violet Red #D120A8
RGB
CMYK
RGB Variations
Color information
#D120A8 (or 0xD120A8) is known color: Medium Violet Red. HEX triplet: D1, 20 and A8. RGB value is (209,32,168). Sum of RGB (Red+Green+Blue) = 209+32+168=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D120A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120A8 is #2EDF57. Grayscale: #646464. Windows color (decimal): -3071832 or 11018449. OLE color: 11018449.
HSL color Cylindrical-coordinate representation of color #D120A8: hue angle of 313.9º 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 #D120A8 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 168 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.18 |
| HSL | 313.9º | 0.73% | 0.47% | - |
| HSV(B) | 313.9º | 0.85% | 0.82% | - |
| XYZ | 33.88 | 17.42 | 38.62 | - |
| YUV | 100.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 168 | 0 | 0.85 | 0.20 | 0.18 | 313.9 | 0.73 | 0.47 |
| Hex | D1 | 20 | A8 | 0 | 55 | 14 | 12 | 13A | 49 | 2F |
| Octal | 321 | 40 | 250 | 0 | 125 | 24 | 22 | 472 | 111 | 57 |
| Binary | 11010001 | 100000 | 10101000 | 0 | 1010101 | 10100 | 10010 | 100111010 | 1001001 | 101111 |
Color Harmonies of #D120A8
Complementary color
Monochromatic Colors of #D120A8
Black with #D120A8
Text Example
Text Example
White with #D120A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120A8; }
p { color: rgb(209,32,168); }
H1.HeaderClassName
{
color: #D120A8;
}
.AnyTagClassName
{
color: #D120A8;
}
</style>
background-color css
<style>
a { background-color: #D120A8; }
a { background-color: rgb(209,32,168); }
div.DivClassName
{
background-color: #D120A8;
}
.BgClassName
{
background-color: #D120A8;
}
</style>
border-color css
<style>
span { border-color: #D120A8; }
span { border-color: rgb(209,32,168); }
td.TdClassName
{
border-color: #D120A8;
}
.TagClassName
{
border-color: #D120A8;
}
</style>