Shades of Pale Violet Red #D57A95
Tints of Pale Violet Red #D57A95
RGB
CMYK
RGB Variations
Color information
#D57A95 (or 0xD57A95) is known color: Pale Violet Red. HEX triplet: D5, 7A and 95. RGB value is (213,122,149). Sum of RGB (Red+Green+Blue) = 213+122+149=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A95 is #2A856A. Grayscale: #989898. Windows color (decimal): -2786667 or 9796309. OLE color: 9796309.
HSL color Cylindrical-coordinate representation of color #D57A95: hue angle of 342.2º 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 #D57A95 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 149 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.16 |
| HSL | 342.2º | 0.52% | 0.66% | - |
| HSV(B) | 342.2º | 0.43% | 0.84% | - |
| XYZ | 39.82 | 30.24 | 32.17 | - |
| YUV | 152.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 149 | 0 | 0.43 | 0.30 | 0.16 | 342.2 | 0.52 | 0.66 |
| Hex | D5 | 7A | 95 | 0 | 2B | 1E | 10 | 156 | 34 | 42 |
| Octal | 325 | 172 | 225 | 0 | 53 | 36 | 20 | 526 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10010101 | 0 | 101011 | 11110 | 10000 | 101010110 | 110100 | 1000010 |
Color Harmonies of #D57A95
Complementary color
Monochromatic Colors of #D57A95
Black with #D57A95
Text Example
Text Example
White with #D57A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A95; }
p { color: rgb(213,122,149); }
H1.HeaderClassName
{
color: #D57A95;
}
.AnyTagClassName
{
color: #D57A95;
}
</style>
background-color css
<style>
a { background-color: #D57A95; }
a { background-color: rgb(213,122,149); }
div.DivClassName
{
background-color: #D57A95;
}
.BgClassName
{
background-color: #D57A95;
}
</style>
border-color css
<style>
span { border-color: #D57A95; }
span { border-color: rgb(213,122,149); }
td.TdClassName
{
border-color: #D57A95;
}
.TagClassName
{
border-color: #D57A95;
}
</style>