Shades of Medium Violet Red #D7197B
Tints of Medium Violet Red #D7197B
RGB
CMYK
RGB Variations
Color information
#D7197B (or 0xD7197B) is known color: Medium Violet Red. HEX triplet: D7, 19 and 7B. RGB value is (215,25,123). Sum of RGB (Red+Green+Blue) = 215+25+123=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7197B is #28E684. Grayscale: #5C5C5C. Windows color (decimal): -2680453 or 8067543. OLE color: 8067543.
HSL color Cylindrical-coordinate representation of color #D7197B: hue angle of 329.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7197B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 123 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.16 |
| HSL | 329.05º | 0.79% | 0.47% | - |
| HSV(B) | 329.05º | 0.88% | 0.84% | - |
| XYZ | 31.95 | 16.57 | 20.25 | - |
| YUV | 92.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 123 | 0 | 0.88 | 0.43 | 0.16 | 329.05 | 0.79 | 0.47 |
| Hex | D7 | 19 | 7B | 0 | 58 | 2B | 10 | 149 | 4F | 2F |
| Octal | 327 | 31 | 173 | 0 | 130 | 53 | 20 | 511 | 117 | 57 |
| Binary | 11010111 | 11001 | 1111011 | 0 | 1011000 | 101011 | 10000 | 101001001 | 1001111 | 101111 |
Color Harmonies of #D7197B
Complementary color
Monochromatic Colors of #D7197B
Black with #D7197B
Text Example
Text Example
White with #D7197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7197B; }
p { color: rgb(215,25,123); }
H1.HeaderClassName
{
color: #D7197B;
}
.AnyTagClassName
{
color: #D7197B;
}
</style>
background-color css
<style>
a { background-color: #D7197B; }
a { background-color: rgb(215,25,123); }
div.DivClassName
{
background-color: #D7197B;
}
.BgClassName
{
background-color: #D7197B;
}
</style>
border-color css
<style>
span { border-color: #D7197B; }
span { border-color: rgb(215,25,123); }
td.TdClassName
{
border-color: #D7197B;
}
.TagClassName
{
border-color: #D7197B;
}
</style>