Shades of Charm #D57F88
Tints of Charm #D57F88
RGB
CMYK
RGB Variations
Color information
#D57F88 (or 0xD57F88) is known color: Charm. HEX triplet: D5, 7F and 88. RGB value is (213,127,136). Sum of RGB (Red+Green+Blue) = 213+127+136=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F88 is #2A8077. Grayscale: #999999. Windows color (decimal): -2785400 or 8945621. OLE color: 8945621.
HSL color Cylindrical-coordinate representation of color #D57F88: hue angle of 353.72º 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 #D57F88 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 136 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.16 |
| HSL | 353.72º | 0.51% | 0.67% | - |
| HSV(B) | 353.72º | 0.4% | 0.84% | - |
| XYZ | 39.47 | 31.1 | 27.22 | - |
| YUV | 153.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 136 | 0 | 0.40 | 0.36 | 0.16 | 353.72 | 0.51 | 0.67 |
| Hex | D5 | 7F | 88 | 0 | 28 | 24 | 10 | 162 | 33 | 43 |
| Octal | 325 | 177 | 210 | 0 | 50 | 44 | 20 | 542 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10001000 | 0 | 101000 | 100100 | 10000 | 101100010 | 110011 | 1000011 |
Color Harmonies of #D57F88
Complementary color
Monochromatic Colors of #D57F88
Black with #D57F88
Text Example
Text Example
White with #D57F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F88; }
p { color: rgb(213,127,136); }
H1.HeaderClassName
{
color: #D57F88;
}
.AnyTagClassName
{
color: #D57F88;
}
</style>
background-color css
<style>
a { background-color: #D57F88; }
a { background-color: rgb(213,127,136); }
div.DivClassName
{
background-color: #D57F88;
}
.BgClassName
{
background-color: #D57F88;
}
</style>
border-color css
<style>
span { border-color: #D57F88; }
span { border-color: rgb(213,127,136); }
td.TdClassName
{
border-color: #D57F88;
}
.TagClassName
{
border-color: #D57F88;
}
</style>