Shades of Medium Violet Red #D1207A
Tints of Medium Violet Red #D1207A
RGB
CMYK
RGB Variations
Color information
#D1207A (or 0xD1207A) is known color: Medium Violet Red. HEX triplet: D1, 20 and 7A. RGB value is (209,32,122). Sum of RGB (Red+Green+Blue) = 209+32+122=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D1207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1207A is #2EDF85. Grayscale: #5F5F5F. Windows color (decimal): -3071878 or 8003793. OLE color: 8003793.
HSL color Cylindrical-coordinate representation of color #D1207A: hue angle of 329.49º 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 #D1207A is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 122 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.18 |
| HSL | 329.49º | 0.73% | 0.47% | - |
| HSV(B) | 329.49º | 0.85% | 0.82% | - |
| XYZ | 30.32 | 15.99 | 19.9 | - |
| YUV | 95.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 122 | 0 | 0.85 | 0.42 | 0.18 | 329.49 | 0.73 | 0.47 |
| Hex | D1 | 20 | 7A | 0 | 55 | 2A | 12 | 149 | 49 | 2F |
| Octal | 321 | 40 | 172 | 0 | 125 | 52 | 22 | 511 | 111 | 57 |
| Binary | 11010001 | 100000 | 1111010 | 0 | 1010101 | 101010 | 10010 | 101001001 | 1001001 | 101111 |
Color Harmonies of #D1207A
Complementary color
Monochromatic Colors of #D1207A
Black with #D1207A
Text Example
Text Example
White with #D1207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1207A; }
p { color: rgb(209,32,122); }
H1.HeaderClassName
{
color: #D1207A;
}
.AnyTagClassName
{
color: #D1207A;
}
</style>
background-color css
<style>
a { background-color: #D1207A; }
a { background-color: rgb(209,32,122); }
div.DivClassName
{
background-color: #D1207A;
}
.BgClassName
{
background-color: #D1207A;
}
</style>
border-color css
<style>
span { border-color: #D1207A; }
span { border-color: rgb(209,32,122); }
td.TdClassName
{
border-color: #D1207A;
}
.TagClassName
{
border-color: #D1207A;
}
</style>