Shades of Pale Violet Red #D57A94
Tints of Pale Violet Red #D57A94
RGB
CMYK
RGB Variations
Color information
#D57A94 (or 0xD57A94) is known color: Pale Violet Red. HEX triplet: D5, 7A and 94. RGB value is (213,122,148). Sum of RGB (Red+Green+Blue) = 213+122+148=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A94 is #2A856B. Grayscale: #989898. Windows color (decimal): -2786668 or 9730773. OLE color: 9730773.
HSL color Cylindrical-coordinate representation of color #D57A94: hue angle of 342.86º 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 #D57A94 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 148 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.16 |
| HSL | 342.86º | 0.52% | 0.66% | - |
| HSV(B) | 342.86º | 0.43% | 0.84% | - |
| XYZ | 39.75 | 30.2 | 31.75 | - |
| YUV | 152.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 148 | 0 | 0.43 | 0.31 | 0.16 | 342.86 | 0.52 | 0.66 |
| Hex | D5 | 7A | 94 | 0 | 2B | 1F | 10 | 157 | 34 | 42 |
| Octal | 325 | 172 | 224 | 0 | 53 | 37 | 20 | 527 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10010100 | 0 | 101011 | 11111 | 10000 | 101010111 | 110100 | 1000010 |
Color Harmonies of #D57A94
Complementary color
Monochromatic Colors of #D57A94
Black with #D57A94
Text Example
Text Example
White with #D57A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A94; }
p { color: rgb(213,122,148); }
H1.HeaderClassName
{
color: #D57A94;
}
.AnyTagClassName
{
color: #D57A94;
}
</style>
background-color css
<style>
a { background-color: #D57A94; }
a { background-color: rgb(213,122,148); }
div.DivClassName
{
background-color: #D57A94;
}
.BgClassName
{
background-color: #D57A94;
}
</style>
border-color css
<style>
span { border-color: #D57A94; }
span { border-color: rgb(213,122,148); }
td.TdClassName
{
border-color: #D57A94;
}
.TagClassName
{
border-color: #D57A94;
}
</style>