Shades of Medium Violet Red #D2199D
Tints of Medium Violet Red #D2199D
RGB
CMYK
RGB Variations
Color information
#D2199D (or 0xD2199D) is known color: Medium Violet Red. HEX triplet: D2, 19 and 9D. RGB value is (210,25,157). Sum of RGB (Red+Green+Blue) = 210+25+157=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2199D is #2DE662. Grayscale: #5F5F5F. Windows color (decimal): -3008099 or 10295762. OLE color: 10295762.
HSL color Cylindrical-coordinate representation of color #D2199D: hue angle of 317.19º 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 #D2199D is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 157 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.18 |
| HSL | 317.19º | 0.79% | 0.46% | - |
| HSV(B) | 317.19º | 0.88% | 0.82% | - |
| XYZ | 33.01 | 16.83 | 33.41 | - |
| YUV | 95.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 157 | 0 | 0.88 | 0.25 | 0.18 | 317.19 | 0.79 | 0.46 |
| Hex | D2 | 19 | 9D | 0 | 58 | 19 | 12 | 13D | 4F | 2E |
| Octal | 322 | 31 | 235 | 0 | 130 | 31 | 22 | 475 | 117 | 56 |
| Binary | 11010010 | 11001 | 10011101 | 0 | 1011000 | 11001 | 10010 | 100111101 | 1001111 | 101110 |
Color Harmonies of #D2199D
Complementary color
Monochromatic Colors of #D2199D
Black with #D2199D
Text Example
Text Example
White with #D2199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2199D; }
p { color: rgb(210,25,157); }
H1.HeaderClassName
{
color: #D2199D;
}
.AnyTagClassName
{
color: #D2199D;
}
</style>
background-color css
<style>
a { background-color: #D2199D; }
a { background-color: rgb(210,25,157); }
div.DivClassName
{
background-color: #D2199D;
}
.BgClassName
{
background-color: #D2199D;
}
</style>
border-color css
<style>
span { border-color: #D2199D; }
span { border-color: rgb(210,25,157); }
td.TdClassName
{
border-color: #D2199D;
}
.TagClassName
{
border-color: #D2199D;
}
</style>