Shades of Medium Violet Red #D3199D
Tints of Medium Violet Red #D3199D
RGB
CMYK
RGB Variations
Color information
#D3199D (or 0xD3199D) is known color: Medium Violet Red. HEX triplet: D3, 19 and 9D. RGB value is (211,25,157). Sum of RGB (Red+Green+Blue) = 211+25+157=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D3199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3199D is #2CE662. Grayscale: #5F5F5F. Windows color (decimal): -2942563 or 10295763. OLE color: 10295763.
HSL color Cylindrical-coordinate representation of color #D3199D: hue angle of 317.42º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3199D is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 157 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.17 |
| HSL | 317.42º | 0.79% | 0.46% | - |
| HSV(B) | 317.42º | 0.88% | 0.83% | - |
| XYZ | 33.3 | 16.98 | 33.42 | - |
| YUV | 95.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 157 | 0 | 0.88 | 0.26 | 0.17 | 317.42 | 0.79 | 0.46 |
| Hex | D3 | 19 | 9D | 0 | 58 | 1A | 11 | 13D | 4F | 2E |
| Octal | 323 | 31 | 235 | 0 | 130 | 32 | 21 | 475 | 117 | 56 |
| Binary | 11010011 | 11001 | 10011101 | 0 | 1011000 | 11010 | 10001 | 100111101 | 1001111 | 101110 |
Color Harmonies of #D3199D
Complementary color
Monochromatic Colors of #D3199D
Black with #D3199D
Text Example
Text Example
White with #D3199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3199D; }
p { color: rgb(211,25,157); }
H1.HeaderClassName
{
color: #D3199D;
}
.AnyTagClassName
{
color: #D3199D;
}
</style>
background-color css
<style>
a { background-color: #D3199D; }
a { background-color: rgb(211,25,157); }
div.DivClassName
{
background-color: #D3199D;
}
.BgClassName
{
background-color: #D3199D;
}
</style>
border-color css
<style>
span { border-color: #D3199D; }
span { border-color: rgb(211,25,157); }
td.TdClassName
{
border-color: #D3199D;
}
.TagClassName
{
border-color: #D3199D;
}
</style>