Shades of Medium Violet Red #D121A1
Tints of Medium Violet Red #D121A1
RGB
CMYK
RGB Variations
Color information
#D121A1 (or 0xD121A1) is known color: Medium Violet Red. HEX triplet: D1, 21 and A1. RGB value is (209,33,161). Sum of RGB (Red+Green+Blue) = 209+33+161=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D121A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D121A1 is #2EDE5E. Grayscale: #636363. Windows color (decimal): -3071583 or 10559953. OLE color: 10559953.
HSL color Cylindrical-coordinate representation of color #D121A1: 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.84%. Process color model (Four color, CMYK) of #D121A1 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 161 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.18 |
| HSL | 316.36º | 0.73% | 0.47% | - |
| HSV(B) | 316.36º | 0.84% | 0.82% | - |
| XYZ | 33.27 | 17.22 | 35.29 | - |
| YUV | 100.22 | 162.31 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 161 | 0 | 0.84 | 0.23 | 0.18 | 316.36 | 0.73 | 0.47 |
| Hex | D1 | 21 | A1 | 0 | 54 | 17 | 12 | 13C | 49 | 2F |
| Octal | 321 | 41 | 241 | 0 | 124 | 27 | 22 | 474 | 111 | 57 |
| Binary | 11010001 | 100001 | 10100001 | 0 | 1010100 | 10111 | 10010 | 100111100 | 1001001 | 101111 |
Color Harmonies of #D121A1
Complementary color
Monochromatic Colors of #D121A1
Black with #D121A1
Text Example
Text Example
White with #D121A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121A1; }
p { color: rgb(209,33,161); }
H1.HeaderClassName
{
color: #D121A1;
}
.AnyTagClassName
{
color: #D121A1;
}
</style>
background-color css
<style>
a { background-color: #D121A1; }
a { background-color: rgb(209,33,161); }
div.DivClassName
{
background-color: #D121A1;
}
.BgClassName
{
background-color: #D121A1;
}
</style>
border-color css
<style>
span { border-color: #D121A1; }
span { border-color: rgb(209,33,161); }
td.TdClassName
{
border-color: #D121A1;
}
.TagClassName
{
border-color: #D121A1;
}
</style>