Shades of Charm #D57F8F
Tints of Charm #D57F8F
RGB
CMYK
RGB Variations
Color information
#D57F8F (or 0xD57F8F) is known color: Charm. HEX triplet: D5, 7F and 8F. RGB value is (213,127,143). Sum of RGB (Red+Green+Blue) = 213+127+143=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F8F is #2A8070. Grayscale: #9A9A9A. Windows color (decimal): -2785393 or 9404373. OLE color: 9404373.
HSL color Cylindrical-coordinate representation of color #D57F8F: hue angle of 348.84º 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 #D57F8F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 143 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.16 |
| HSL | 348.84º | 0.51% | 0.67% | - |
| HSV(B) | 348.84º | 0.4% | 0.84% | - |
| XYZ | 39.99 | 31.31 | 29.92 | - |
| YUV | 154.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 143 | 0 | 0.40 | 0.33 | 0.16 | 348.84 | 0.51 | 0.67 |
| Hex | D5 | 7F | 8F | 0 | 28 | 21 | 10 | 15D | 33 | 43 |
| Octal | 325 | 177 | 217 | 0 | 50 | 41 | 20 | 535 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10001111 | 0 | 101000 | 100001 | 10000 | 101011101 | 110011 | 1000011 |
Color Harmonies of #D57F8F
Complementary color
Monochromatic Colors of #D57F8F
Black with #D57F8F
Text Example
Text Example
White with #D57F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F8F; }
p { color: rgb(213,127,143); }
H1.HeaderClassName
{
color: #D57F8F;
}
.AnyTagClassName
{
color: #D57F8F;
}
</style>
background-color css
<style>
a { background-color: #D57F8F; }
a { background-color: rgb(213,127,143); }
div.DivClassName
{
background-color: #D57F8F;
}
.BgClassName
{
background-color: #D57F8F;
}
</style>
border-color css
<style>
span { border-color: #D57F8F; }
span { border-color: rgb(213,127,143); }
td.TdClassName
{
border-color: #D57F8F;
}
.TagClassName
{
border-color: #D57F8F;
}
</style>