Shades of Charm #D57E8D
Tints of Charm #D57E8D
RGB
CMYK
RGB Variations
Color information
#D57E8D (or 0xD57E8D) is known color: Charm. HEX triplet: D5, 7E and 8D. RGB value is (213,126,141). Sum of RGB (Red+Green+Blue) = 213+126+141=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E8D is #2A8172. Grayscale: #999999. Windows color (decimal): -2785651 or 9273045. OLE color: 9273045.
HSL color Cylindrical-coordinate representation of color #D57E8D: hue angle of 349.66º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57E8D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 141 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.16 |
| HSL | 349.66º | 0.51% | 0.66% | - |
| HSV(B) | 349.66º | 0.41% | 0.84% | - |
| XYZ | 39.71 | 30.99 | 29.09 | - |
| YUV | 153.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 141 | 0 | 0.41 | 0.34 | 0.16 | 349.66 | 0.51 | 0.66 |
| Hex | D5 | 7E | 8D | 0 | 29 | 22 | 10 | 15E | 33 | 42 |
| Octal | 325 | 176 | 215 | 0 | 51 | 42 | 20 | 536 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10001101 | 0 | 101001 | 100010 | 10000 | 101011110 | 110011 | 1000010 |
Color Harmonies of #D57E8D
Complementary color
Monochromatic Colors of #D57E8D
Black with #D57E8D
Text Example
Text Example
White with #D57E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E8D; }
p { color: rgb(213,126,141); }
H1.HeaderClassName
{
color: #D57E8D;
}
.AnyTagClassName
{
color: #D57E8D;
}
</style>
background-color css
<style>
a { background-color: #D57E8D; }
a { background-color: rgb(213,126,141); }
div.DivClassName
{
background-color: #D57E8D;
}
.BgClassName
{
background-color: #D57E8D;
}
</style>
border-color css
<style>
span { border-color: #D57E8D; }
span { border-color: rgb(213,126,141); }
td.TdClassName
{
border-color: #D57E8D;
}
.TagClassName
{
border-color: #D57E8D;
}
</style>