Shades of Charm #D57C84
Tints of Charm #D57C84
RGB
CMYK
RGB Variations
Color information
#D57C84 (or 0xD57C84) is known color: Charm. HEX triplet: D5, 7C and 84. RGB value is (213,124,132). Sum of RGB (Red+Green+Blue) = 213+124+132=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C84 is #2A837B. Grayscale: #979797. Windows color (decimal): -2786172 or 8682709. OLE color: 8682709.
HSL color Cylindrical-coordinate representation of color #D57C84: hue angle of 354.61º 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 #D57C84 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 132 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.16 |
| HSL | 354.61º | 0.51% | 0.66% | - |
| HSV(B) | 354.61º | 0.42% | 0.84% | - |
| XYZ | 38.81 | 30.23 | 25.62 | - |
| YUV | 151.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 132 | 0 | 0.42 | 0.38 | 0.16 | 354.61 | 0.51 | 0.66 |
| Hex | D5 | 7C | 84 | 0 | 2A | 26 | 10 | 163 | 33 | 42 |
| Octal | 325 | 174 | 204 | 0 | 52 | 46 | 20 | 543 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10000100 | 0 | 101010 | 100110 | 10000 | 101100011 | 110011 | 1000010 |
Color Harmonies of #D57C84
Complementary color
Monochromatic Colors of #D57C84
Black with #D57C84
Text Example
Text Example
White with #D57C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C84; }
p { color: rgb(213,124,132); }
H1.HeaderClassName
{
color: #D57C84;
}
.AnyTagClassName
{
color: #D57C84;
}
</style>
background-color css
<style>
a { background-color: #D57C84; }
a { background-color: rgb(213,124,132); }
div.DivClassName
{
background-color: #D57C84;
}
.BgClassName
{
background-color: #D57C84;
}
</style>
border-color css
<style>
span { border-color: #D57C84; }
span { border-color: rgb(213,124,132); }
td.TdClassName
{
border-color: #D57C84;
}
.TagClassName
{
border-color: #D57C84;
}
</style>