Shades of Medium Violet Red #D2199E
Tints of Medium Violet Red #D2199E
RGB
CMYK
RGB Variations
Color information
#D2199E (or 0xD2199E) is known color: Medium Violet Red. HEX triplet: D2, 19 and 9E. RGB value is (210,25,158). Sum of RGB (Red+Green+Blue) = 210+25+158=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2199E is #2DE661. Grayscale: #5F5F5F. Windows color (decimal): -3008098 or 10361298. OLE color: 10361298.
HSL color Cylindrical-coordinate representation of color #D2199E: hue angle of 316.86º 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 #D2199E is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 158 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.18 |
| HSL | 316.86º | 0.79% | 0.46% | - |
| HSV(B) | 316.86º | 0.88% | 0.82% | - |
| XYZ | 33.1 | 16.87 | 33.86 | - |
| YUV | 95.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 158 | 0 | 0.88 | 0.25 | 0.18 | 316.86 | 0.79 | 0.46 |
| Hex | D2 | 19 | 9E | 0 | 58 | 19 | 12 | 13D | 4F | 2E |
| Octal | 322 | 31 | 236 | 0 | 130 | 31 | 22 | 475 | 117 | 56 |
| Binary | 11010010 | 11001 | 10011110 | 0 | 1011000 | 11001 | 10010 | 100111101 | 1001111 | 101110 |
Color Harmonies of #D2199E
Complementary color
Monochromatic Colors of #D2199E
Black with #D2199E
Text Example
Text Example
White with #D2199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2199E; }
p { color: rgb(210,25,158); }
H1.HeaderClassName
{
color: #D2199E;
}
.AnyTagClassName
{
color: #D2199E;
}
</style>
background-color css
<style>
a { background-color: #D2199E; }
a { background-color: rgb(210,25,158); }
div.DivClassName
{
background-color: #D2199E;
}
.BgClassName
{
background-color: #D2199E;
}
</style>
border-color css
<style>
span { border-color: #D2199E; }
span { border-color: rgb(210,25,158); }
td.TdClassName
{
border-color: #D2199E;
}
.TagClassName
{
border-color: #D2199E;
}
</style>