Shades of Charm #D57885
Tints of Charm #D57885
RGB
CMYK
RGB Variations
Color information
#D57885 (or 0xD57885) is known color: Charm. HEX triplet: D5, 78 and 85. RGB value is (213,120,133). Sum of RGB (Red+Green+Blue) = 213+120+133=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D57885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57885 is #2A877A. Grayscale: #959595. Windows color (decimal): -2787195 or 8747221. OLE color: 8747221.
HSL color Cylindrical-coordinate representation of color #D57885: hue angle of 351.61º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57885 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 133 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.16 |
| HSL | 351.61º | 0.53% | 0.65% | - |
| HSV(B) | 351.61º | 0.44% | 0.84% | - |
| XYZ | 38.39 | 29.27 | 25.82 | - |
| YUV | 149.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 133 | 0 | 0.44 | 0.38 | 0.16 | 351.61 | 0.53 | 0.65 |
| Hex | D5 | 78 | 85 | 0 | 2C | 26 | 10 | 160 | 35 | 41 |
| Octal | 325 | 170 | 205 | 0 | 54 | 46 | 20 | 540 | 65 | 101 |
| Binary | 11010101 | 1111000 | 10000101 | 0 | 101100 | 100110 | 10000 | 101100000 | 110101 | 1000001 |
Color Harmonies of #D57885
Complementary color
Monochromatic Colors of #D57885
Black with #D57885
Text Example
Text Example
White with #D57885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57885; }
p { color: rgb(213,120,133); }
H1.HeaderClassName
{
color: #D57885;
}
.AnyTagClassName
{
color: #D57885;
}
</style>
background-color css
<style>
a { background-color: #D57885; }
a { background-color: rgb(213,120,133); }
div.DivClassName
{
background-color: #D57885;
}
.BgClassName
{
background-color: #D57885;
}
</style>
border-color css
<style>
span { border-color: #D57885; }
span { border-color: rgb(213,120,133); }
td.TdClassName
{
border-color: #D57885;
}
.TagClassName
{
border-color: #D57885;
}
</style>