Shades of Medium Violet Red #D1207D
Tints of Medium Violet Red #D1207D
RGB
CMYK
RGB Variations
Color information
#D1207D (or 0xD1207D) is known color: Medium Violet Red. HEX triplet: D1, 20 and 7D. RGB value is (209,32,125). Sum of RGB (Red+Green+Blue) = 209+32+125=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1207D is #2EDF82. Grayscale: #5F5F5F. Windows color (decimal): -3071875 or 8200401. OLE color: 8200401.
HSL color Cylindrical-coordinate representation of color #D1207D: hue angle of 328.47º 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 #D1207D is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 125 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.18 |
| HSL | 328.47º | 0.73% | 0.47% | - |
| HSV(B) | 328.47º | 0.85% | 0.82% | - |
| XYZ | 30.51 | 16.07 | 20.9 | - |
| YUV | 95.53 | 144.64 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 125 | 0 | 0.85 | 0.40 | 0.18 | 328.47 | 0.73 | 0.47 |
| Hex | D1 | 20 | 7D | 0 | 55 | 28 | 12 | 148 | 49 | 2F |
| Octal | 321 | 40 | 175 | 0 | 125 | 50 | 22 | 510 | 111 | 57 |
| Binary | 11010001 | 100000 | 1111101 | 0 | 1010101 | 101000 | 10010 | 101001000 | 1001001 | 101111 |
Color Harmonies of #D1207D
Complementary color
Monochromatic Colors of #D1207D
Black with #D1207D
Text Example
Text Example
White with #D1207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1207D; }
p { color: rgb(209,32,125); }
H1.HeaderClassName
{
color: #D1207D;
}
.AnyTagClassName
{
color: #D1207D;
}
</style>
background-color css
<style>
a { background-color: #D1207D; }
a { background-color: rgb(209,32,125); }
div.DivClassName
{
background-color: #D1207D;
}
.BgClassName
{
background-color: #D1207D;
}
</style>
border-color css
<style>
span { border-color: #D1207D; }
span { border-color: rgb(209,32,125); }
td.TdClassName
{
border-color: #D1207D;
}
.TagClassName
{
border-color: #D1207D;
}
</style>