Shades of Charm #D57C89
Tints of Charm #D57C89
RGB
CMYK
RGB Variations
Color information
#D57C89 (or 0xD57C89) is known color: Charm. HEX triplet: D5, 7C and 89. RGB value is (213,124,137). Sum of RGB (Red+Green+Blue) = 213+124+137=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C89 is #2A8376. Grayscale: #989898. Windows color (decimal): -2786167 or 9010389. OLE color: 9010389.
HSL color Cylindrical-coordinate representation of color #D57C89: hue angle of 351.24º 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 #D57C89 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 137 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.16 |
| HSL | 351.24º | 0.51% | 0.66% | - |
| HSV(B) | 351.24º | 0.42% | 0.84% | - |
| XYZ | 39.16 | 30.37 | 27.46 | - |
| YUV | 152.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 137 | 0 | 0.42 | 0.36 | 0.16 | 351.24 | 0.51 | 0.66 |
| Hex | D5 | 7C | 89 | 0 | 2A | 24 | 10 | 15F | 33 | 42 |
| Octal | 325 | 174 | 211 | 0 | 52 | 44 | 20 | 537 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10001001 | 0 | 101010 | 100100 | 10000 | 101011111 | 110011 | 1000010 |
Color Harmonies of #D57C89
Complementary color
Monochromatic Colors of #D57C89
Black with #D57C89
Text Example
Text Example
White with #D57C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C89; }
p { color: rgb(213,124,137); }
H1.HeaderClassName
{
color: #D57C89;
}
.AnyTagClassName
{
color: #D57C89;
}
</style>
background-color css
<style>
a { background-color: #D57C89; }
a { background-color: rgb(213,124,137); }
div.DivClassName
{
background-color: #D57C89;
}
.BgClassName
{
background-color: #D57C89;
}
</style>
border-color css
<style>
span { border-color: #D57C89; }
span { border-color: rgb(213,124,137); }
td.TdClassName
{
border-color: #D57C89;
}
.TagClassName
{
border-color: #D57C89;
}
</style>