Shades of Pale Violet Red #D57999
Tints of Pale Violet Red #D57999
RGB
CMYK
RGB Variations
Color information
#D57999 (or 0xD57999) is known color: Pale Violet Red. HEX triplet: D5, 79 and 99. RGB value is (213,121,153). Sum of RGB (Red+Green+Blue) = 213+121+153=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D57999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57999 is #2A8666. Grayscale: #989898. Windows color (decimal): -2786919 or 10058197. OLE color: 10058197.
HSL color Cylindrical-coordinate representation of color #D57999: hue angle of 339.13º 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 #D57999 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 153 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.16 |
| HSL | 339.13º | 0.52% | 0.65% | - |
| HSV(B) | 339.13º | 0.43% | 0.84% | - |
| XYZ | 40.03 | 30.12 | 33.84 | - |
| YUV | 152.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 153 | 0 | 0.43 | 0.28 | 0.16 | 339.13 | 0.52 | 0.65 |
| Hex | D5 | 79 | 99 | 0 | 2B | 1C | 10 | 153 | 34 | 41 |
| Octal | 325 | 171 | 231 | 0 | 53 | 34 | 20 | 523 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10011001 | 0 | 101011 | 11100 | 10000 | 101010011 | 110100 | 1000001 |
Color Harmonies of #D57999
Complementary color
Monochromatic Colors of #D57999
Black with #D57999
Text Example
Text Example
White with #D57999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57999; }
p { color: rgb(213,121,153); }
H1.HeaderClassName
{
color: #D57999;
}
.AnyTagClassName
{
color: #D57999;
}
</style>
background-color css
<style>
a { background-color: #D57999; }
a { background-color: rgb(213,121,153); }
div.DivClassName
{
background-color: #D57999;
}
.BgClassName
{
background-color: #D57999;
}
</style>
border-color css
<style>
span { border-color: #D57999; }
span { border-color: rgb(213,121,153); }
td.TdClassName
{
border-color: #D57999;
}
.TagClassName
{
border-color: #D57999;
}
</style>