Shades of Medium Violet Red #D2197E
Tints of Medium Violet Red #D2197E
RGB
CMYK
RGB Variations
Color information
#D2197E (or 0xD2197E) is known color: Medium Violet Red. HEX triplet: D2, 19 and 7E. RGB value is (210,25,126). Sum of RGB (Red+Green+Blue) = 210+25+126=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2197E is #2DE681. Grayscale: #5B5B5B. Windows color (decimal): -3008130 or 8264146. OLE color: 8264146.
HSL color Cylindrical-coordinate representation of color #D2197E: hue angle of 327.24º 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 #D2197E is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 126 | - |
| CMYK | 0 | 0.88 | 0.4 | 0.18 |
| HSL | 327.24º | 0.79% | 0.46% | - |
| HSV(B) | 327.24º | 0.88% | 0.82% | - |
| XYZ | 30.69 | 15.9 | 21.19 | - |
| YUV | 91.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 126 | 0 | 0.88 | 0.4 | 0.18 | 327.24 | 0.79 | 0.46 |
| Hex | D2 | 19 | 7E | 0 | 58 | 28 | 12 | 147 | 4F | 2E |
| Octal | 322 | 31 | 176 | 0 | 130 | 50 | 22 | 507 | 117 | 56 |
| Binary | 11010010 | 11001 | 1111110 | 0 | 1011000 | 101000 | 10010 | 101000111 | 1001111 | 101110 |
Color Harmonies of #D2197E
Complementary color
Monochromatic Colors of #D2197E
Black with #D2197E
Text Example
Text Example
White with #D2197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2197E; }
p { color: rgb(210,25,126); }
H1.HeaderClassName
{
color: #D2197E;
}
.AnyTagClassName
{
color: #D2197E;
}
</style>
background-color css
<style>
a { background-color: #D2197E; }
a { background-color: rgb(210,25,126); }
div.DivClassName
{
background-color: #D2197E;
}
.BgClassName
{
background-color: #D2197E;
}
</style>
border-color css
<style>
span { border-color: #D2197E; }
span { border-color: rgb(210,25,126); }
td.TdClassName
{
border-color: #D2197E;
}
.TagClassName
{
border-color: #D2197E;
}
</style>