Shades of Medium Violet Red #D3207D
Tints of Medium Violet Red #D3207D
RGB
CMYK
RGB Variations
Color information
#D3207D (or 0xD3207D) is known color: Medium Violet Red. HEX triplet: D3, 20 and 7D. RGB value is (211,32,125). Sum of RGB (Red+Green+Blue) = 211+32+125=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D3207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3207D is #2CDF82. Grayscale: #5F5F5F. Windows color (decimal): -2940803 or 8200403. OLE color: 8200403.
HSL color Cylindrical-coordinate representation of color #D3207D: hue angle of 328.83º 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 #D3207D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 125 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.17 |
| HSL | 328.83º | 0.74% | 0.48% | - |
| HSV(B) | 328.83º | 0.85% | 0.83% | - |
| XYZ | 31.08 | 16.36 | 20.92 | - |
| YUV | 96.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 125 | 0 | 0.85 | 0.41 | 0.17 | 328.83 | 0.74 | 0.48 |
| Hex | D3 | 20 | 7D | 0 | 55 | 29 | 11 | 149 | 4A | 30 |
| Octal | 323 | 40 | 175 | 0 | 125 | 51 | 21 | 511 | 112 | 60 |
| Binary | 11010011 | 100000 | 1111101 | 0 | 1010101 | 101001 | 10001 | 101001001 | 1001010 | 110000 |
Color Harmonies of #D3207D
Complementary color
Monochromatic Colors of #D3207D
Black with #D3207D
Text Example
Text Example
White with #D3207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3207D; }
p { color: rgb(211,32,125); }
H1.HeaderClassName
{
color: #D3207D;
}
.AnyTagClassName
{
color: #D3207D;
}
</style>
background-color css
<style>
a { background-color: #D3207D; }
a { background-color: rgb(211,32,125); }
div.DivClassName
{
background-color: #D3207D;
}
.BgClassName
{
background-color: #D3207D;
}
</style>
border-color css
<style>
span { border-color: #D3207D; }
span { border-color: rgb(211,32,125); }
td.TdClassName
{
border-color: #D3207D;
}
.TagClassName
{
border-color: #D3207D;
}
</style>