Shades of Medium Violet Red #D2209F
Tints of Medium Violet Red #D2209F
RGB
CMYK
RGB Variations
Color information
#D2209F (or 0xD2209F) is known color: Medium Violet Red. HEX triplet: D2, 20 and 9F. RGB value is (210,32,159). Sum of RGB (Red+Green+Blue) = 210+32+159=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2209F is #2DDF60. Grayscale: #636363. Windows color (decimal): -3006305 or 10428626. OLE color: 10428626.
HSL color Cylindrical-coordinate representation of color #D2209F: hue angle of 317.19º 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 #D2209F is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 159 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.18 |
| HSL | 317.19º | 0.74% | 0.47% | - |
| HSV(B) | 317.19º | 0.85% | 0.82% | - |
| XYZ | 33.35 | 17.24 | 34.37 | - |
| YUV | 99.7 | 161.47 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 159 | 0 | 0.85 | 0.24 | 0.18 | 317.19 | 0.74 | 0.47 |
| Hex | D2 | 20 | 9F | 0 | 55 | 18 | 12 | 13D | 4A | 2F |
| Octal | 322 | 40 | 237 | 0 | 125 | 30 | 22 | 475 | 112 | 57 |
| Binary | 11010010 | 100000 | 10011111 | 0 | 1010101 | 11000 | 10010 | 100111101 | 1001010 | 101111 |
Color Harmonies of #D2209F
Complementary color
Monochromatic Colors of #D2209F
Black with #D2209F
Text Example
Text Example
White with #D2209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2209F; }
p { color: rgb(210,32,159); }
H1.HeaderClassName
{
color: #D2209F;
}
.AnyTagClassName
{
color: #D2209F;
}
</style>
background-color css
<style>
a { background-color: #D2209F; }
a { background-color: rgb(210,32,159); }
div.DivClassName
{
background-color: #D2209F;
}
.BgClassName
{
background-color: #D2209F;
}
</style>
border-color css
<style>
span { border-color: #D2209F; }
span { border-color: rgb(210,32,159); }
td.TdClassName
{
border-color: #D2209F;
}
.TagClassName
{
border-color: #D2209F;
}
</style>