Shades of Charm #D57C8F
Tints of Charm #D57C8F
RGB
CMYK
RGB Variations
Color information
#D57C8F (or 0xD57C8F) is known color: Charm. HEX triplet: D5, 7C and 8F. RGB value is (213,124,143). Sum of RGB (Red+Green+Blue) = 213+124+143=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C8F is #2A8370. Grayscale: #989898. Windows color (decimal): -2786161 or 9403605. OLE color: 9403605.
HSL color Cylindrical-coordinate representation of color #D57C8F: hue angle of 347.19º 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 #D57C8F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 143 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.16 |
| HSL | 347.19º | 0.51% | 0.66% | - |
| HSV(B) | 347.19º | 0.42% | 0.84% | - |
| XYZ | 39.61 | 30.54 | 29.79 | - |
| YUV | 152.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 143 | 0 | 0.42 | 0.33 | 0.16 | 347.19 | 0.51 | 0.66 |
| Hex | D5 | 7C | 8F | 0 | 2A | 21 | 10 | 15B | 33 | 42 |
| Octal | 325 | 174 | 217 | 0 | 52 | 41 | 20 | 533 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10001111 | 0 | 101010 | 100001 | 10000 | 101011011 | 110011 | 1000010 |
Color Harmonies of #D57C8F
Complementary color
Monochromatic Colors of #D57C8F
Black with #D57C8F
Text Example
Text Example
White with #D57C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C8F; }
p { color: rgb(213,124,143); }
H1.HeaderClassName
{
color: #D57C8F;
}
.AnyTagClassName
{
color: #D57C8F;
}
</style>
background-color css
<style>
a { background-color: #D57C8F; }
a { background-color: rgb(213,124,143); }
div.DivClassName
{
background-color: #D57C8F;
}
.BgClassName
{
background-color: #D57C8F;
}
</style>
border-color css
<style>
span { border-color: #D57C8F; }
span { border-color: rgb(213,124,143); }
td.TdClassName
{
border-color: #D57C8F;
}
.TagClassName
{
border-color: #D57C8F;
}
</style>