Shades of Medium Violet Red #D2209A
Tints of Medium Violet Red #D2209A
RGB
CMYK
RGB Variations
Color information
#D2209A (or 0xD2209A) is known color: Medium Violet Red. HEX triplet: D2, 20 and 9A. RGB value is (210,32,154). Sum of RGB (Red+Green+Blue) = 210+32+154=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D2209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2209A is #2DDF65. Grayscale: #626262. Windows color (decimal): -3006310 or 10100946. OLE color: 10100946.
HSL color Cylindrical-coordinate representation of color #D2209A: hue angle of 318.88º 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 #D2209A is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 154 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.18 |
| HSL | 318.88º | 0.74% | 0.47% | - |
| HSV(B) | 318.88º | 0.85% | 0.82% | - |
| XYZ | 32.93 | 17.07 | 32.13 | - |
| YUV | 99.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 154 | 0 | 0.85 | 0.27 | 0.18 | 318.88 | 0.74 | 0.47 |
| Hex | D2 | 20 | 9A | 0 | 55 | 1B | 12 | 13F | 4A | 2F |
| Octal | 322 | 40 | 232 | 0 | 125 | 33 | 22 | 477 | 112 | 57 |
| Binary | 11010010 | 100000 | 10011010 | 0 | 1010101 | 11011 | 10010 | 100111111 | 1001010 | 101111 |
Color Harmonies of #D2209A
Complementary color
Monochromatic Colors of #D2209A
Black with #D2209A
Text Example
Text Example
White with #D2209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2209A; }
p { color: rgb(210,32,154); }
H1.HeaderClassName
{
color: #D2209A;
}
.AnyTagClassName
{
color: #D2209A;
}
</style>
background-color css
<style>
a { background-color: #D2209A; }
a { background-color: rgb(210,32,154); }
div.DivClassName
{
background-color: #D2209A;
}
.BgClassName
{
background-color: #D2209A;
}
</style>
border-color css
<style>
span { border-color: #D2209A; }
span { border-color: rgb(210,32,154); }
td.TdClassName
{
border-color: #D2209A;
}
.TagClassName
{
border-color: #D2209A;
}
</style>