Shades of Medium Violet Red #D2208F
Tints of Medium Violet Red #D2208F
RGB
CMYK
RGB Variations
Color information
#D2208F (or 0xD2208F) is known color: Medium Violet Red. HEX triplet: D2, 20 and 8F. RGB value is (210,32,143). Sum of RGB (Red+Green+Blue) = 210+32+143=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2208F is #2DDF70. Grayscale: #616161. Windows color (decimal): -3006321 or 9380050. OLE color: 9380050.
HSL color Cylindrical-coordinate representation of color #D2208F: hue angle of 322.58º degrees, saturation: 0.74, 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 #D2208F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 143 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.18 |
| HSL | 322.58º | 0.74% | 0.47% | - |
| HSV(B) | 322.58º | 0.85% | 0.82% | - |
| XYZ | 32.05 | 16.72 | 27.52 | - |
| YUV | 97.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 143 | 0 | 0.85 | 0.32 | 0.18 | 322.58 | 0.74 | 0.47 |
| Hex | D2 | 20 | 8F | 0 | 55 | 20 | 12 | 143 | 4A | 2F |
| Octal | 322 | 40 | 217 | 0 | 125 | 40 | 22 | 503 | 112 | 57 |
| Binary | 11010010 | 100000 | 10001111 | 0 | 1010101 | 100000 | 10010 | 101000011 | 1001010 | 101111 |
Color Harmonies of #D2208F
Complementary color
Monochromatic Colors of #D2208F
Black with #D2208F
Text Example
Text Example
White with #D2208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2208F; }
p { color: rgb(210,32,143); }
H1.HeaderClassName
{
color: #D2208F;
}
.AnyTagClassName
{
color: #D2208F;
}
</style>
background-color css
<style>
a { background-color: #D2208F; }
a { background-color: rgb(210,32,143); }
div.DivClassName
{
background-color: #D2208F;
}
.BgClassName
{
background-color: #D2208F;
}
</style>
border-color css
<style>
span { border-color: #D2208F; }
span { border-color: rgb(210,32,143); }
td.TdClassName
{
border-color: #D2208F;
}
.TagClassName
{
border-color: #D2208F;
}
</style>