Shades of Medium Violet Red #D1208B
Tints of Medium Violet Red #D1208B
RGB
CMYK
RGB Variations
Color information
#D1208B (or 0xD1208B) is known color: Medium Violet Red. HEX triplet: D1, 20 and 8B. RGB value is (209,32,139). Sum of RGB (Red+Green+Blue) = 209+32+139=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1208B is #2EDF74. Grayscale: #606060. Windows color (decimal): -3071861 or 9117905. OLE color: 9117905.
HSL color Cylindrical-coordinate representation of color #D1208B: hue angle of 323.73º 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 #D1208B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 139 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.18 |
| HSL | 323.73º | 0.73% | 0.47% | - |
| HSV(B) | 323.73º | 0.85% | 0.82% | - |
| XYZ | 31.47 | 16.45 | 25.94 | - |
| YUV | 97.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 139 | 0 | 0.85 | 0.33 | 0.18 | 323.73 | 0.73 | 0.47 |
| Hex | D1 | 20 | 8B | 0 | 55 | 21 | 12 | 144 | 49 | 2F |
| Octal | 321 | 40 | 213 | 0 | 125 | 41 | 22 | 504 | 111 | 57 |
| Binary | 11010001 | 100000 | 10001011 | 0 | 1010101 | 100001 | 10010 | 101000100 | 1001001 | 101111 |
Color Harmonies of #D1208B
Complementary color
Monochromatic Colors of #D1208B
Black with #D1208B
Text Example
Text Example
White with #D1208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1208B; }
p { color: rgb(209,32,139); }
H1.HeaderClassName
{
color: #D1208B;
}
.AnyTagClassName
{
color: #D1208B;
}
</style>
background-color css
<style>
a { background-color: #D1208B; }
a { background-color: rgb(209,32,139); }
div.DivClassName
{
background-color: #D1208B;
}
.BgClassName
{
background-color: #D1208B;
}
</style>
border-color css
<style>
span { border-color: #D1208B; }
span { border-color: rgb(209,32,139); }
td.TdClassName
{
border-color: #D1208B;
}
.TagClassName
{
border-color: #D1208B;
}
</style>