Shades of Medium Violet Red #D2207E
Tints of Medium Violet Red #D2207E
RGB
CMYK
RGB Variations
Color information
#D2207E (or 0xD2207E) is known color: Medium Violet Red. HEX triplet: D2, 20 and 7E. RGB value is (210,32,126). Sum of RGB (Red+Green+Blue) = 210+32+126=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2207E is #2DDF81. Grayscale: #5F5F5F. Windows color (decimal): -3006338 or 8265938. OLE color: 8265938.
HSL color Cylindrical-coordinate representation of color #D2207E: hue angle of 328.31º 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 #D2207E is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 126 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.18 |
| HSL | 328.31º | 0.74% | 0.47% | - |
| HSV(B) | 328.31º | 0.85% | 0.82% | - |
| XYZ | 30.86 | 16.24 | 21.25 | - |
| YUV | 95.94 | 144.97 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 126 | 0 | 0.85 | 0.4 | 0.18 | 328.31 | 0.74 | 0.47 |
| Hex | D2 | 20 | 7E | 0 | 55 | 28 | 12 | 148 | 4A | 2F |
| Octal | 322 | 40 | 176 | 0 | 125 | 50 | 22 | 510 | 112 | 57 |
| Binary | 11010010 | 100000 | 1111110 | 0 | 1010101 | 101000 | 10010 | 101001000 | 1001010 | 101111 |
Color Harmonies of #D2207E
Complementary color
Monochromatic Colors of #D2207E
Black with #D2207E
Text Example
Text Example
White with #D2207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2207E; }
p { color: rgb(210,32,126); }
H1.HeaderClassName
{
color: #D2207E;
}
.AnyTagClassName
{
color: #D2207E;
}
</style>
background-color css
<style>
a { background-color: #D2207E; }
a { background-color: rgb(210,32,126); }
div.DivClassName
{
background-color: #D2207E;
}
.BgClassName
{
background-color: #D2207E;
}
</style>
border-color css
<style>
span { border-color: #D2207E; }
span { border-color: rgb(210,32,126); }
td.TdClassName
{
border-color: #D2207E;
}
.TagClassName
{
border-color: #D2207E;
}
</style>