Shades of Medium Violet Red #D1208A
Tints of Medium Violet Red #D1208A
RGB
CMYK
RGB Variations
Color information
#D1208A (or 0xD1208A) is known color: Medium Violet Red. HEX triplet: D1, 20 and 8A. RGB value is (209,32,138). Sum of RGB (Red+Green+Blue) = 209+32+138=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D1208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1208A is #2EDF75. Grayscale: #606060. Windows color (decimal): -3071862 or 9052369. OLE color: 9052369.
HSL color Cylindrical-coordinate representation of color #D1208A: hue angle of 324.07º 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 #D1208A is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 138 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.18 |
| HSL | 324.07º | 0.73% | 0.47% | - |
| HSV(B) | 324.07º | 0.85% | 0.82% | - |
| XYZ | 31.4 | 16.42 | 25.56 | - |
| YUV | 97.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 138 | 0 | 0.85 | 0.34 | 0.18 | 324.07 | 0.73 | 0.47 |
| Hex | D1 | 20 | 8A | 0 | 55 | 22 | 12 | 144 | 49 | 2F |
| Octal | 321 | 40 | 212 | 0 | 125 | 42 | 22 | 504 | 111 | 57 |
| Binary | 11010001 | 100000 | 10001010 | 0 | 1010101 | 100010 | 10010 | 101000100 | 1001001 | 101111 |
Color Harmonies of #D1208A
Complementary color
Monochromatic Colors of #D1208A
Black with #D1208A
Text Example
Text Example
White with #D1208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1208A; }
p { color: rgb(209,32,138); }
H1.HeaderClassName
{
color: #D1208A;
}
.AnyTagClassName
{
color: #D1208A;
}
</style>
background-color css
<style>
a { background-color: #D1208A; }
a { background-color: rgb(209,32,138); }
div.DivClassName
{
background-color: #D1208A;
}
.BgClassName
{
background-color: #D1208A;
}
</style>
border-color css
<style>
span { border-color: #D1208A; }
span { border-color: rgb(209,32,138); }
td.TdClassName
{
border-color: #D1208A;
}
.TagClassName
{
border-color: #D1208A;
}
</style>