Shades of Charm #D57F87
Tints of Charm #D57F87
RGB
CMYK
RGB Variations
Color information
#D57F87 (or 0xD57F87) is known color: Charm. HEX triplet: D5, 7F and 87. RGB value is (213,127,135). Sum of RGB (Red+Green+Blue) = 213+127+135=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F87 is #2A8078. Grayscale: #999999. Windows color (decimal): -2785401 or 8880085. OLE color: 8880085.
HSL color Cylindrical-coordinate representation of color #D57F87: hue angle of 354.42º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57F87 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 135 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.16 |
| HSL | 354.42º | 0.51% | 0.67% | - |
| HSV(B) | 354.42º | 0.4% | 0.84% | - |
| XYZ | 39.4 | 31.07 | 26.84 | - |
| YUV | 153.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 135 | 0 | 0.40 | 0.37 | 0.16 | 354.42 | 0.51 | 0.67 |
| Hex | D5 | 7F | 87 | 0 | 28 | 25 | 10 | 162 | 33 | 43 |
| Octal | 325 | 177 | 207 | 0 | 50 | 45 | 20 | 542 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10000111 | 0 | 101000 | 100101 | 10000 | 101100010 | 110011 | 1000011 |
Color Harmonies of #D57F87
Complementary color
Monochromatic Colors of #D57F87
Black with #D57F87
Text Example
Text Example
White with #D57F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F87; }
p { color: rgb(213,127,135); }
H1.HeaderClassName
{
color: #D57F87;
}
.AnyTagClassName
{
color: #D57F87;
}
</style>
background-color css
<style>
a { background-color: #D57F87; }
a { background-color: rgb(213,127,135); }
div.DivClassName
{
background-color: #D57F87;
}
.BgClassName
{
background-color: #D57F87;
}
</style>
border-color css
<style>
span { border-color: #D57F87; }
span { border-color: rgb(213,127,135); }
td.TdClassName
{
border-color: #D57F87;
}
.TagClassName
{
border-color: #D57F87;
}
</style>