Shades of Charm #D57A8C
Tints of Charm #D57A8C
RGB
CMYK
RGB Variations
Color information
#D57A8C (or 0xD57A8C) is known color: Charm. HEX triplet: D5, 7A and 8C. RGB value is (213,122,140). Sum of RGB (Red+Green+Blue) = 213+122+140=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A8C is #2A8573. Grayscale: #979797. Windows color (decimal): -2786676 or 9206485. OLE color: 9206485.
HSL color Cylindrical-coordinate representation of color #D57A8C: hue angle of 348.13º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57A8C is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 140 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.16 |
| HSL | 348.13º | 0.52% | 0.66% | - |
| HSV(B) | 348.13º | 0.43% | 0.84% | - |
| XYZ | 39.13 | 29.96 | 28.53 | - |
| YUV | 151.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 140 | 0 | 0.43 | 0.34 | 0.16 | 348.13 | 0.52 | 0.66 |
| Hex | D5 | 7A | 8C | 0 | 2B | 22 | 10 | 15C | 34 | 42 |
| Octal | 325 | 172 | 214 | 0 | 53 | 42 | 20 | 534 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10001100 | 0 | 101011 | 100010 | 10000 | 101011100 | 110100 | 1000010 |
Color Harmonies of #D57A8C
Complementary color
Monochromatic Colors of #D57A8C
Black with #D57A8C
Text Example
Text Example
White with #D57A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A8C; }
p { color: rgb(213,122,140); }
H1.HeaderClassName
{
color: #D57A8C;
}
.AnyTagClassName
{
color: #D57A8C;
}
</style>
background-color css
<style>
a { background-color: #D57A8C; }
a { background-color: rgb(213,122,140); }
div.DivClassName
{
background-color: #D57A8C;
}
.BgClassName
{
background-color: #D57A8C;
}
</style>
border-color css
<style>
span { border-color: #D57A8C; }
span { border-color: rgb(213,122,140); }
td.TdClassName
{
border-color: #D57A8C;
}
.TagClassName
{
border-color: #D57A8C;
}
</style>