Shades of Pale Violet Red #D57A9E
Tints of Pale Violet Red #D57A9E
RGB
CMYK
RGB Variations
Color information
#D57A9E (or 0xD57A9E) is known color: Pale Violet Red. HEX triplet: D5, 7A and 9E. RGB value is (213,122,158). Sum of RGB (Red+Green+Blue) = 213+122+158=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A9E is #2A8561. Grayscale: #999999. Windows color (decimal): -2786658 or 10386133. OLE color: 10386133.
HSL color Cylindrical-coordinate representation of color #D57A9E: hue angle of 336.26º 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 #D57A9E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 158 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.16 |
| HSL | 336.26º | 0.52% | 0.66% | - |
| HSV(B) | 336.26º | 0.43% | 0.84% | - |
| XYZ | 40.57 | 30.53 | 36.1 | - |
| YUV | 153.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 158 | 0 | 0.43 | 0.26 | 0.16 | 336.26 | 0.52 | 0.66 |
| Hex | D5 | 7A | 9E | 0 | 2B | 1A | 10 | 150 | 34 | 42 |
| Octal | 325 | 172 | 236 | 0 | 53 | 32 | 20 | 520 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10011110 | 0 | 101011 | 11010 | 10000 | 101010000 | 110100 | 1000010 |
Color Harmonies of #D57A9E
Complementary color
Monochromatic Colors of #D57A9E
Black with #D57A9E
Text Example
Text Example
White with #D57A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A9E; }
p { color: rgb(213,122,158); }
H1.HeaderClassName
{
color: #D57A9E;
}
.AnyTagClassName
{
color: #D57A9E;
}
</style>
background-color css
<style>
a { background-color: #D57A9E; }
a { background-color: rgb(213,122,158); }
div.DivClassName
{
background-color: #D57A9E;
}
.BgClassName
{
background-color: #D57A9E;
}
</style>
border-color css
<style>
span { border-color: #D57A9E; }
span { border-color: rgb(213,122,158); }
td.TdClassName
{
border-color: #D57A9E;
}
.TagClassName
{
border-color: #D57A9E;
}
</style>