Shades of Medium Violet Red #D2197A
Tints of Medium Violet Red #D2197A
RGB
CMYK
RGB Variations
Color information
#D2197A (or 0xD2197A) is known color: Medium Violet Red. HEX triplet: D2, 19 and 7A. RGB value is (210,25,122). Sum of RGB (Red+Green+Blue) = 210+25+122=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2197A is #2DE685. Grayscale: #5B5B5B. Windows color (decimal): -3008134 or 8002002. OLE color: 8002002.
HSL color Cylindrical-coordinate representation of color #D2197A: hue angle of 328.54º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2197A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 122 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.18 |
| HSL | 328.54º | 0.79% | 0.46% | - |
| HSV(B) | 328.54º | 0.88% | 0.82% | - |
| XYZ | 30.44 | 15.8 | 19.86 | - |
| YUV | 91.37 | 145.29 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 122 | 0 | 0.88 | 0.42 | 0.18 | 328.54 | 0.79 | 0.46 |
| Hex | D2 | 19 | 7A | 0 | 58 | 2A | 12 | 149 | 4F | 2E |
| Octal | 322 | 31 | 172 | 0 | 130 | 52 | 22 | 511 | 117 | 56 |
| Binary | 11010010 | 11001 | 1111010 | 0 | 1011000 | 101010 | 10010 | 101001001 | 1001111 | 101110 |
Color Harmonies of #D2197A
Complementary color
Monochromatic Colors of #D2197A
Black with #D2197A
Text Example
Text Example
White with #D2197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2197A; }
p { color: rgb(210,25,122); }
H1.HeaderClassName
{
color: #D2197A;
}
.AnyTagClassName
{
color: #D2197A;
}
</style>
background-color css
<style>
a { background-color: #D2197A; }
a { background-color: rgb(210,25,122); }
div.DivClassName
{
background-color: #D2197A;
}
.BgClassName
{
background-color: #D2197A;
}
</style>
border-color css
<style>
span { border-color: #D2197A; }
span { border-color: rgb(210,25,122); }
td.TdClassName
{
border-color: #D2197A;
}
.TagClassName
{
border-color: #D2197A;
}
</style>