Shades of Medium Violet Red #D3208F
Tints of Medium Violet Red #D3208F
RGB
CMYK
RGB Variations
Color information
#D3208F (or 0xD3208F) is known color: Medium Violet Red. HEX triplet: D3, 20 and 8F. RGB value is (211,32,143). Sum of RGB (Red+Green+Blue) = 211+32+143=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3208F is #2CDF70. Grayscale: #616161. Windows color (decimal): -2940785 or 9380051. OLE color: 9380051.
HSL color Cylindrical-coordinate representation of color #D3208F: hue angle of 322.79º 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 #D3208F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 143 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.17 |
| HSL | 322.79º | 0.74% | 0.48% | - |
| HSV(B) | 322.79º | 0.85% | 0.83% | - |
| XYZ | 32.34 | 16.87 | 27.54 | - |
| YUV | 98.18 | 153.3 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 143 | 0 | 0.85 | 0.32 | 0.17 | 322.79 | 0.74 | 0.48 |
| Hex | D3 | 20 | 8F | 0 | 55 | 20 | 11 | 143 | 4A | 30 |
| Octal | 323 | 40 | 217 | 0 | 125 | 40 | 21 | 503 | 112 | 60 |
| Binary | 11010011 | 100000 | 10001111 | 0 | 1010101 | 100000 | 10001 | 101000011 | 1001010 | 110000 |
Color Harmonies of #D3208F
Complementary color
Monochromatic Colors of #D3208F
Black with #D3208F
Text Example
Text Example
White with #D3208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3208F; }
p { color: rgb(211,32,143); }
H1.HeaderClassName
{
color: #D3208F;
}
.AnyTagClassName
{
color: #D3208F;
}
</style>
background-color css
<style>
a { background-color: #D3208F; }
a { background-color: rgb(211,32,143); }
div.DivClassName
{
background-color: #D3208F;
}
.BgClassName
{
background-color: #D3208F;
}
</style>
border-color css
<style>
span { border-color: #D3208F; }
span { border-color: rgb(211,32,143); }
td.TdClassName
{
border-color: #D3208F;
}
.TagClassName
{
border-color: #D3208F;
}
</style>