Shades of Medium Violet Red #D5197B
Tints of Medium Violet Red #D5197B
RGB
CMYK
RGB Variations
Color information
#D5197B (or 0xD5197B) is known color: Medium Violet Red. HEX triplet: D5, 19 and 7B. RGB value is (213,25,123). Sum of RGB (Red+Green+Blue) = 213+25+123=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5197B is #2AE684. Grayscale: #5C5C5C. Windows color (decimal): -2811525 or 8067541. OLE color: 8067541.
HSL color Cylindrical-coordinate representation of color #D5197B: hue angle of 328.72º 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 #D5197B is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 123 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.16 |
| HSL | 328.72º | 0.79% | 0.47% | - |
| HSV(B) | 328.72º | 0.88% | 0.84% | - |
| XYZ | 31.36 | 16.27 | 20.23 | - |
| YUV | 92.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 123 | 0 | 0.88 | 0.42 | 0.16 | 328.72 | 0.79 | 0.47 |
| Hex | D5 | 19 | 7B | 0 | 58 | 2A | 10 | 149 | 4F | 2F |
| Octal | 325 | 31 | 173 | 0 | 130 | 52 | 20 | 511 | 117 | 57 |
| Binary | 11010101 | 11001 | 1111011 | 0 | 1011000 | 101010 | 10000 | 101001001 | 1001111 | 101111 |
Color Harmonies of #D5197B
Complementary color
Monochromatic Colors of #D5197B
Black with #D5197B
Text Example
Text Example
White with #D5197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5197B; }
p { color: rgb(213,25,123); }
H1.HeaderClassName
{
color: #D5197B;
}
.AnyTagClassName
{
color: #D5197B;
}
</style>
background-color css
<style>
a { background-color: #D5197B; }
a { background-color: rgb(213,25,123); }
div.DivClassName
{
background-color: #D5197B;
}
.BgClassName
{
background-color: #D5197B;
}
</style>
border-color css
<style>
span { border-color: #D5197B; }
span { border-color: rgb(213,25,123); }
td.TdClassName
{
border-color: #D5197B;
}
.TagClassName
{
border-color: #D5197B;
}
</style>