Shades of Medium Violet Red #D2207B
Tints of Medium Violet Red #D2207B
RGB
CMYK
RGB Variations
Color information
#D2207B (or 0xD2207B) is known color: Medium Violet Red. HEX triplet: D2, 20 and 7B. RGB value is (210,32,123). Sum of RGB (Red+Green+Blue) = 210+32+123=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2207B is #2DDF84. Grayscale: #5F5F5F. Windows color (decimal): -3006341 or 8069330. OLE color: 8069330.
HSL color Cylindrical-coordinate representation of color #D2207B: hue angle of 329.33º 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 #D2207B is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 123 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.18 |
| HSL | 329.33º | 0.74% | 0.47% | - |
| HSV(B) | 329.33º | 0.85% | 0.82% | - |
| XYZ | 30.67 | 16.16 | 20.24 | - |
| YUV | 95.6 | 143.47 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 123 | 0 | 0.85 | 0.41 | 0.18 | 329.33 | 0.74 | 0.47 |
| Hex | D2 | 20 | 7B | 0 | 55 | 29 | 12 | 149 | 4A | 2F |
| Octal | 322 | 40 | 173 | 0 | 125 | 51 | 22 | 511 | 112 | 57 |
| Binary | 11010010 | 100000 | 1111011 | 0 | 1010101 | 101001 | 10010 | 101001001 | 1001010 | 101111 |
Color Harmonies of #D2207B
Complementary color
Monochromatic Colors of #D2207B
Black with #D2207B
Text Example
Text Example
White with #D2207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2207B; }
p { color: rgb(210,32,123); }
H1.HeaderClassName
{
color: #D2207B;
}
.AnyTagClassName
{
color: #D2207B;
}
</style>
background-color css
<style>
a { background-color: #D2207B; }
a { background-color: rgb(210,32,123); }
div.DivClassName
{
background-color: #D2207B;
}
.BgClassName
{
background-color: #D2207B;
}
</style>
border-color css
<style>
span { border-color: #D2207B; }
span { border-color: rgb(210,32,123); }
td.TdClassName
{
border-color: #D2207B;
}
.TagClassName
{
border-color: #D2207B;
}
</style>