Shades of Medium Violet Red #D3207C
Tints of Medium Violet Red #D3207C
RGB
CMYK
RGB Variations
Color information
#D3207C (or 0xD3207C) is known color: Medium Violet Red. HEX triplet: D3, 20 and 7C. RGB value is (211,32,124). Sum of RGB (Red+Green+Blue) = 211+32+124=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3207C is #2CDF83. Grayscale: #5F5F5F. Windows color (decimal): -2940804 or 8134867. OLE color: 8134867.
HSL color Cylindrical-coordinate representation of color #D3207C: hue angle of 329.16º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3207C is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 124 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.17 |
| HSL | 329.16º | 0.74% | 0.48% | - |
| HSV(B) | 329.16º | 0.85% | 0.83% | - |
| XYZ | 31.02 | 16.34 | 20.59 | - |
| YUV | 96.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 124 | 0 | 0.85 | 0.41 | 0.17 | 329.16 | 0.74 | 0.48 |
| Hex | D3 | 20 | 7C | 0 | 55 | 29 | 11 | 149 | 4A | 30 |
| Octal | 323 | 40 | 174 | 0 | 125 | 51 | 21 | 511 | 112 | 60 |
| Binary | 11010011 | 100000 | 1111100 | 0 | 1010101 | 101001 | 10001 | 101001001 | 1001010 | 110000 |
Color Harmonies of #D3207C
Complementary color
Monochromatic Colors of #D3207C
Black with #D3207C
Text Example
Text Example
White with #D3207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3207C; }
p { color: rgb(211,32,124); }
H1.HeaderClassName
{
color: #D3207C;
}
.AnyTagClassName
{
color: #D3207C;
}
</style>
background-color css
<style>
a { background-color: #D3207C; }
a { background-color: rgb(211,32,124); }
div.DivClassName
{
background-color: #D3207C;
}
.BgClassName
{
background-color: #D3207C;
}
</style>
border-color css
<style>
span { border-color: #D3207C; }
span { border-color: rgb(211,32,124); }
td.TdClassName
{
border-color: #D3207C;
}
.TagClassName
{
border-color: #D3207C;
}
</style>