Shades of Medium Violet Red #D1207B
Tints of Medium Violet Red #D1207B
RGB
CMYK
RGB Variations
Color information
#D1207B (or 0xD1207B) is known color: Medium Violet Red. HEX triplet: D1, 20 and 7B. RGB value is (209,32,123). Sum of RGB (Red+Green+Blue) = 209+32+123=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D1207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1207B is #2EDF84. Grayscale: #5F5F5F. Windows color (decimal): -3071877 or 8069329. OLE color: 8069329.
HSL color Cylindrical-coordinate representation of color #D1207B: hue angle of 329.15º 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 #D1207B is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 123 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.18 |
| HSL | 329.15º | 0.73% | 0.47% | - |
| HSV(B) | 329.15º | 0.85% | 0.82% | - |
| XYZ | 30.39 | 16.02 | 20.23 | - |
| YUV | 95.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 123 | 0 | 0.85 | 0.41 | 0.18 | 329.15 | 0.73 | 0.47 |
| Hex | D1 | 20 | 7B | 0 | 55 | 29 | 12 | 149 | 49 | 2F |
| Octal | 321 | 40 | 173 | 0 | 125 | 51 | 22 | 511 | 111 | 57 |
| Binary | 11010001 | 100000 | 1111011 | 0 | 1010101 | 101001 | 10010 | 101001001 | 1001001 | 101111 |
Color Harmonies of #D1207B
Complementary color
Monochromatic Colors of #D1207B
Black with #D1207B
Text Example
Text Example
White with #D1207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1207B; }
p { color: rgb(209,32,123); }
H1.HeaderClassName
{
color: #D1207B;
}
.AnyTagClassName
{
color: #D1207B;
}
</style>
background-color css
<style>
a { background-color: #D1207B; }
a { background-color: rgb(209,32,123); }
div.DivClassName
{
background-color: #D1207B;
}
.BgClassName
{
background-color: #D1207B;
}
</style>
border-color css
<style>
span { border-color: #D1207B; }
span { border-color: rgb(209,32,123); }
td.TdClassName
{
border-color: #D1207B;
}
.TagClassName
{
border-color: #D1207B;
}
</style>