Shades of Medium Violet Red #D2207A
Tints of Medium Violet Red #D2207A
RGB
CMYK
RGB Variations
Color information
#D2207A (or 0xD2207A) is known color: Medium Violet Red. HEX triplet: D2, 20 and 7A. RGB value is (210,32,122). Sum of RGB (Red+Green+Blue) = 210+32+122=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D2207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2207A is #2DDF85. Grayscale: #5F5F5F. Windows color (decimal): -3006342 or 8003794. OLE color: 8003794.
HSL color Cylindrical-coordinate representation of color #D2207A: hue angle of 329.66º 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 #D2207A is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 122 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.18 |
| HSL | 329.66º | 0.74% | 0.47% | - |
| HSV(B) | 329.66º | 0.85% | 0.82% | - |
| XYZ | 30.61 | 16.14 | 19.91 | - |
| YUV | 95.48 | 142.97 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 122 | 0 | 0.85 | 0.42 | 0.18 | 329.66 | 0.74 | 0.47 |
| Hex | D2 | 20 | 7A | 0 | 55 | 2A | 12 | 14A | 4A | 2F |
| Octal | 322 | 40 | 172 | 0 | 125 | 52 | 22 | 512 | 112 | 57 |
| Binary | 11010010 | 100000 | 1111010 | 0 | 1010101 | 101010 | 10010 | 101001010 | 1001010 | 101111 |
Color Harmonies of #D2207A
Complementary color
Monochromatic Colors of #D2207A
Black with #D2207A
Text Example
Text Example
White with #D2207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2207A; }
p { color: rgb(210,32,122); }
H1.HeaderClassName
{
color: #D2207A;
}
.AnyTagClassName
{
color: #D2207A;
}
</style>
background-color css
<style>
a { background-color: #D2207A; }
a { background-color: rgb(210,32,122); }
div.DivClassName
{
background-color: #D2207A;
}
.BgClassName
{
background-color: #D2207A;
}
</style>
border-color css
<style>
span { border-color: #D2207A; }
span { border-color: rgb(210,32,122); }
td.TdClassName
{
border-color: #D2207A;
}
.TagClassName
{
border-color: #D2207A;
}
</style>