Shades of Charm #D57C8D
Tints of Charm #D57C8D
RGB
CMYK
RGB Variations
Color information
#D57C8D (or 0xD57C8D) is known color: Charm. HEX triplet: D5, 7C and 8D. RGB value is (213,124,141). Sum of RGB (Red+Green+Blue) = 213+124+141=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C8D is #2A8372. Grayscale: #989898. Windows color (decimal): -2786163 or 9272533. OLE color: 9272533.
HSL color Cylindrical-coordinate representation of color #D57C8D: hue angle of 348.54º 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 #D57C8D is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 141 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.16 |
| HSL | 348.54º | 0.51% | 0.66% | - |
| HSV(B) | 348.54º | 0.42% | 0.84% | - |
| XYZ | 39.46 | 30.48 | 29 | - |
| YUV | 152.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 141 | 0 | 0.42 | 0.34 | 0.16 | 348.54 | 0.51 | 0.66 |
| Hex | D5 | 7C | 8D | 0 | 2A | 22 | 10 | 15D | 33 | 42 |
| Octal | 325 | 174 | 215 | 0 | 52 | 42 | 20 | 535 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10001101 | 0 | 101010 | 100010 | 10000 | 101011101 | 110011 | 1000010 |
Color Harmonies of #D57C8D
Complementary color
Monochromatic Colors of #D57C8D
Black with #D57C8D
Text Example
Text Example
White with #D57C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C8D; }
p { color: rgb(213,124,141); }
H1.HeaderClassName
{
color: #D57C8D;
}
.AnyTagClassName
{
color: #D57C8D;
}
</style>
background-color css
<style>
a { background-color: #D57C8D; }
a { background-color: rgb(213,124,141); }
div.DivClassName
{
background-color: #D57C8D;
}
.BgClassName
{
background-color: #D57C8D;
}
</style>
border-color css
<style>
span { border-color: #D57C8D; }
span { border-color: rgb(213,124,141); }
td.TdClassName
{
border-color: #D57C8D;
}
.TagClassName
{
border-color: #D57C8D;
}
</style>