Shades of Charm #D57F85
Tints of Charm #D57F85
RGB
CMYK
RGB Variations
Color information
#D57F85 (or 0xD57F85) is known color: Charm. HEX triplet: D5, 7F and 85. RGB value is (213,127,133). Sum of RGB (Red+Green+Blue) = 213+127+133=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F85 is #2A807A. Grayscale: #999999. Windows color (decimal): -2785403 or 8749013. OLE color: 8749013.
HSL color Cylindrical-coordinate representation of color #D57F85: hue angle of 355.81º 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 #D57F85 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 133 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.16 |
| HSL | 355.81º | 0.51% | 0.67% | - |
| HSV(B) | 355.81º | 0.4% | 0.84% | - |
| XYZ | 39.26 | 31.02 | 26.11 | - |
| YUV | 153.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 133 | 0 | 0.40 | 0.38 | 0.16 | 355.81 | 0.51 | 0.67 |
| Hex | D5 | 7F | 85 | 0 | 28 | 26 | 10 | 164 | 33 | 43 |
| Octal | 325 | 177 | 205 | 0 | 50 | 46 | 20 | 544 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10000101 | 0 | 101000 | 100110 | 10000 | 101100100 | 110011 | 1000011 |
Color Harmonies of #D57F85
Complementary color
Monochromatic Colors of #D57F85
Black with #D57F85
Text Example
Text Example
White with #D57F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F85; }
p { color: rgb(213,127,133); }
H1.HeaderClassName
{
color: #D57F85;
}
.AnyTagClassName
{
color: #D57F85;
}
</style>
background-color css
<style>
a { background-color: #D57F85; }
a { background-color: rgb(213,127,133); }
div.DivClassName
{
background-color: #D57F85;
}
.BgClassName
{
background-color: #D57F85;
}
</style>
border-color css
<style>
span { border-color: #D57F85; }
span { border-color: rgb(213,127,133); }
td.TdClassName
{
border-color: #D57F85;
}
.TagClassName
{
border-color: #D57F85;
}
</style>