Shades of Pale Violet Red #D57191
Tints of Pale Violet Red #D57191
RGB
CMYK
RGB Variations
Color information
#D57191 (or 0xD57191) is known color: Pale Violet Red. HEX triplet: D5, 71 and 91. RGB value is (213,113,145). Sum of RGB (Red+Green+Blue) = 213+113+145=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D57191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57191 is #2A8E6E. Grayscale: #929292. Windows color (decimal): -2788975 or 9531861. OLE color: 9531861.
HSL color Cylindrical-coordinate representation of color #D57191: hue angle of 340.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57191 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 145 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.16 |
| HSL | 340.8º | 0.54% | 0.64% | - |
| HSV(B) | 340.8º | 0.47% | 0.84% | - |
| XYZ | 38.46 | 28 | 30.17 | - |
| YUV | 146.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 145 | 0 | 0.47 | 0.32 | 0.16 | 340.8 | 0.54 | 0.64 |
| Hex | D5 | 71 | 91 | 0 | 2F | 20 | 10 | 155 | 36 | 40 |
| Octal | 325 | 161 | 221 | 0 | 57 | 40 | 20 | 525 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10010001 | 0 | 101111 | 100000 | 10000 | 101010101 | 110110 | 1000000 |
Color Harmonies of #D57191
Complementary color
Monochromatic Colors of #D57191
Black with #D57191
Text Example
Text Example
White with #D57191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57191; }
p { color: rgb(213,113,145); }
H1.HeaderClassName
{
color: #D57191;
}
.AnyTagClassName
{
color: #D57191;
}
</style>
background-color css
<style>
a { background-color: #D57191; }
a { background-color: rgb(213,113,145); }
div.DivClassName
{
background-color: #D57191;
}
.BgClassName
{
background-color: #D57191;
}
</style>
border-color css
<style>
span { border-color: #D57191; }
span { border-color: rgb(213,113,145); }
td.TdClassName
{
border-color: #D57191;
}
.TagClassName
{
border-color: #D57191;
}
</style>