Shades of Charm #D57C85
Tints of Charm #D57C85
RGB
CMYK
RGB Variations
Color information
#D57C85 (or 0xD57C85) is known color: Charm. HEX triplet: D5, 7C and 85. RGB value is (213,124,133). Sum of RGB (Red+Green+Blue) = 213+124+133=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C85 is #2A837A. Grayscale: #979797. Windows color (decimal): -2786171 or 8748245. OLE color: 8748245.
HSL color Cylindrical-coordinate representation of color #D57C85: hue angle of 353.93º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57C85 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 133 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.16 |
| HSL | 353.93º | 0.51% | 0.66% | - |
| HSV(B) | 353.93º | 0.42% | 0.84% | - |
| XYZ | 38.88 | 30.25 | 25.98 | - |
| YUV | 151.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 133 | 0 | 0.42 | 0.38 | 0.16 | 353.93 | 0.51 | 0.66 |
| Hex | D5 | 7C | 85 | 0 | 2A | 26 | 10 | 162 | 33 | 42 |
| Octal | 325 | 174 | 205 | 0 | 52 | 46 | 20 | 542 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10000101 | 0 | 101010 | 100110 | 10000 | 101100010 | 110011 | 1000010 |
Color Harmonies of #D57C85
Complementary color
Monochromatic Colors of #D57C85
Black with #D57C85
Text Example
Text Example
White with #D57C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C85; }
p { color: rgb(213,124,133); }
H1.HeaderClassName
{
color: #D57C85;
}
.AnyTagClassName
{
color: #D57C85;
}
</style>
background-color css
<style>
a { background-color: #D57C85; }
a { background-color: rgb(213,124,133); }
div.DivClassName
{
background-color: #D57C85;
}
.BgClassName
{
background-color: #D57C85;
}
</style>
border-color css
<style>
span { border-color: #D57C85; }
span { border-color: rgb(213,124,133); }
td.TdClassName
{
border-color: #D57C85;
}
.TagClassName
{
border-color: #D57C85;
}
</style>