Shades of Medium Violet Red #D9199B
Tints of Medium Violet Red #D9199B
RGB
CMYK
RGB Variations
Color information
#D9199B (or 0xD9199B) is known color: Medium Violet Red. HEX triplet: D9, 19 and 9B. RGB value is (217,25,155). Sum of RGB (Red+Green+Blue) = 217+25+155=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9199B is #26E664. Grayscale: #606060. Windows color (decimal): -2549349 or 10164697. OLE color: 10164697.
HSL color Cylindrical-coordinate representation of color #D9199B: hue angle of 319.38º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9199B is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 155 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.15 |
| HSL | 319.38º | 0.79% | 0.47% | - |
| HSV(B) | 319.38º | 0.88% | 0.85% | - |
| XYZ | 34.88 | 17.81 | 32.61 | - |
| YUV | 97.23 | 160.61 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 155 | 0 | 0.88 | 0.29 | 0.15 | 319.38 | 0.79 | 0.47 |
| Hex | D9 | 19 | 9B | 0 | 58 | 1D | F | 13F | 4F | 2F |
| Octal | 331 | 31 | 233 | 0 | 130 | 35 | 17 | 477 | 117 | 57 |
| Binary | 11011001 | 11001 | 10011011 | 0 | 1011000 | 11101 | 1111 | 100111111 | 1001111 | 101111 |
Color Harmonies of #D9199B
Complementary color
Monochromatic Colors of #D9199B
Black with #D9199B
Text Example
Text Example
White with #D9199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9199B; }
p { color: rgb(217,25,155); }
H1.HeaderClassName
{
color: #D9199B;
}
.AnyTagClassName
{
color: #D9199B;
}
</style>
background-color css
<style>
a { background-color: #D9199B; }
a { background-color: rgb(217,25,155); }
div.DivClassName
{
background-color: #D9199B;
}
.BgClassName
{
background-color: #D9199B;
}
</style>
border-color css
<style>
span { border-color: #D9199B; }
span { border-color: rgb(217,25,155); }
td.TdClassName
{
border-color: #D9199B;
}
.TagClassName
{
border-color: #D9199B;
}
</style>