Shades of Medium Violet Red #D2208C
Tints of Medium Violet Red #D2208C
RGB
CMYK
RGB Variations
Color information
#D2208C (or 0xD2208C) is known color: Medium Violet Red. HEX triplet: D2, 20 and 8C. RGB value is (210,32,140). Sum of RGB (Red+Green+Blue) = 210+32+140=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2208C is #2DDF73. Grayscale: #616161. Windows color (decimal): -3006324 or 9183442. OLE color: 9183442.
HSL color Cylindrical-coordinate representation of color #D2208C: hue angle of 323.6º 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 #D2208C is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 140 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.18 |
| HSL | 323.6º | 0.74% | 0.47% | - |
| HSV(B) | 323.6º | 0.85% | 0.82% | - |
| XYZ | 31.83 | 16.63 | 26.34 | - |
| YUV | 97.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 140 | 0 | 0.85 | 0.33 | 0.18 | 323.6 | 0.74 | 0.47 |
| Hex | D2 | 20 | 8C | 0 | 55 | 21 | 12 | 144 | 4A | 2F |
| Octal | 322 | 40 | 214 | 0 | 125 | 41 | 22 | 504 | 112 | 57 |
| Binary | 11010010 | 100000 | 10001100 | 0 | 1010101 | 100001 | 10010 | 101000100 | 1001010 | 101111 |
Color Harmonies of #D2208C
Complementary color
Monochromatic Colors of #D2208C
Black with #D2208C
Text Example
Text Example
White with #D2208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2208C; }
p { color: rgb(210,32,140); }
H1.HeaderClassName
{
color: #D2208C;
}
.AnyTagClassName
{
color: #D2208C;
}
</style>
background-color css
<style>
a { background-color: #D2208C; }
a { background-color: rgb(210,32,140); }
div.DivClassName
{
background-color: #D2208C;
}
.BgClassName
{
background-color: #D2208C;
}
</style>
border-color css
<style>
span { border-color: #D2208C; }
span { border-color: rgb(210,32,140); }
td.TdClassName
{
border-color: #D2208C;
}
.TagClassName
{
border-color: #D2208C;
}
</style>