Shades of Pale Violet Red #D57997
Tints of Pale Violet Red #D57997
RGB
CMYK
RGB Variations
Color information
#D57997 (or 0xD57997) is known color: Pale Violet Red. HEX triplet: D5, 79 and 97. RGB value is (213,121,151). Sum of RGB (Red+Green+Blue) = 213+121+151=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D57997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57997 is #2A8668. Grayscale: #979797. Windows color (decimal): -2786921 or 9927125. OLE color: 9927125.
HSL color Cylindrical-coordinate representation of color #D57997: hue angle of 340.43º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57997 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 151 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.16 |
| HSL | 340.43º | 0.52% | 0.65% | - |
| HSV(B) | 340.43º | 0.43% | 0.84% | - |
| XYZ | 39.86 | 30.06 | 32.98 | - |
| YUV | 151.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 151 | 0 | 0.43 | 0.29 | 0.16 | 340.43 | 0.52 | 0.65 |
| Hex | D5 | 79 | 97 | 0 | 2B | 1D | 10 | 154 | 34 | 41 |
| Octal | 325 | 171 | 227 | 0 | 53 | 35 | 20 | 524 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10010111 | 0 | 101011 | 11101 | 10000 | 101010100 | 110100 | 1000001 |
Color Harmonies of #D57997
Complementary color
Monochromatic Colors of #D57997
Black with #D57997
Text Example
Text Example
White with #D57997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57997; }
p { color: rgb(213,121,151); }
H1.HeaderClassName
{
color: #D57997;
}
.AnyTagClassName
{
color: #D57997;
}
</style>
background-color css
<style>
a { background-color: #D57997; }
a { background-color: rgb(213,121,151); }
div.DivClassName
{
background-color: #D57997;
}
.BgClassName
{
background-color: #D57997;
}
</style>
border-color css
<style>
span { border-color: #D57997; }
span { border-color: rgb(213,121,151); }
td.TdClassName
{
border-color: #D57997;
}
.TagClassName
{
border-color: #D57997;
}
</style>