Shades of Pale Violet Red #D57A96
Tints of Pale Violet Red #D57A96
RGB
CMYK
RGB Variations
Color information
#D57A96 (or 0xD57A96) is known color: Pale Violet Red. HEX triplet: D5, 7A and 96. RGB value is (213,122,150). Sum of RGB (Red+Green+Blue) = 213+122+150=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A96 is #2A8569. Grayscale: #989898. Windows color (decimal): -2786666 or 9861845. OLE color: 9861845.
HSL color Cylindrical-coordinate representation of color #D57A96: hue angle of 341.54º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57A96 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 150 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.16 |
| HSL | 341.54º | 0.52% | 0.66% | - |
| HSV(B) | 341.54º | 0.43% | 0.84% | - |
| XYZ | 39.91 | 30.27 | 32.59 | - |
| YUV | 152.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 150 | 0 | 0.43 | 0.30 | 0.16 | 341.54 | 0.52 | 0.66 |
| Hex | D5 | 7A | 96 | 0 | 2B | 1E | 10 | 156 | 34 | 42 |
| Octal | 325 | 172 | 226 | 0 | 53 | 36 | 20 | 526 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10010110 | 0 | 101011 | 11110 | 10000 | 101010110 | 110100 | 1000010 |
Color Harmonies of #D57A96
Complementary color
Monochromatic Colors of #D57A96
Black with #D57A96
Text Example
Text Example
White with #D57A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A96; }
p { color: rgb(213,122,150); }
H1.HeaderClassName
{
color: #D57A96;
}
.AnyTagClassName
{
color: #D57A96;
}
</style>
background-color css
<style>
a { background-color: #D57A96; }
a { background-color: rgb(213,122,150); }
div.DivClassName
{
background-color: #D57A96;
}
.BgClassName
{
background-color: #D57A96;
}
</style>
border-color css
<style>
span { border-color: #D57A96; }
span { border-color: rgb(213,122,150); }
td.TdClassName
{
border-color: #D57A96;
}
.TagClassName
{
border-color: #D57A96;
}
</style>