Shades of Charm #D57A87
Tints of Charm #D57A87
RGB
CMYK
RGB Variations
Color information
#D57A87 (or 0xD57A87) is known color: Charm. HEX triplet: D5, 7A and 87. RGB value is (213,122,135). Sum of RGB (Red+Green+Blue) = 213+122+135=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A87 is #2A8578. Grayscale: #969696. Windows color (decimal): -2786681 or 8878805. OLE color: 8878805.
HSL color Cylindrical-coordinate representation of color #D57A87: hue angle of 351.43º 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 #D57A87 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 135 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.16 |
| HSL | 351.43º | 0.52% | 0.66% | - |
| HSV(B) | 351.43º | 0.43% | 0.84% | - |
| XYZ | 38.77 | 29.81 | 26.63 | - |
| YUV | 150.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 135 | 0 | 0.43 | 0.37 | 0.16 | 351.43 | 0.52 | 0.66 |
| Hex | D5 | 7A | 87 | 0 | 2B | 25 | 10 | 15F | 34 | 42 |
| Octal | 325 | 172 | 207 | 0 | 53 | 45 | 20 | 537 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10000111 | 0 | 101011 | 100101 | 10000 | 101011111 | 110100 | 1000010 |
Color Harmonies of #D57A87
Complementary color
Monochromatic Colors of #D57A87
Black with #D57A87
Text Example
Text Example
White with #D57A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A87; }
p { color: rgb(213,122,135); }
H1.HeaderClassName
{
color: #D57A87;
}
.AnyTagClassName
{
color: #D57A87;
}
</style>
background-color css
<style>
a { background-color: #D57A87; }
a { background-color: rgb(213,122,135); }
div.DivClassName
{
background-color: #D57A87;
}
.BgClassName
{
background-color: #D57A87;
}
</style>
border-color css
<style>
span { border-color: #D57A87; }
span { border-color: rgb(213,122,135); }
td.TdClassName
{
border-color: #D57A87;
}
.TagClassName
{
border-color: #D57A87;
}
</style>