Shades of Charm #D57287
Tints of Charm #D57287
RGB
CMYK
RGB Variations
Color information
#D57287 (or 0xD57287) is known color: Charm. HEX triplet: D5, 72 and 87. RGB value is (213,114,135). Sum of RGB (Red+Green+Blue) = 213+114+135=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57287 is #2A8D78. Grayscale: #929292. Windows color (decimal): -2788729 or 8876757. OLE color: 8876757.
HSL color Cylindrical-coordinate representation of color #D57287: hue angle of 347.27º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57287 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 135 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.16 |
| HSL | 347.27º | 0.54% | 0.64% | - |
| HSV(B) | 347.27º | 0.46% | 0.84% | - |
| XYZ | 37.83 | 27.93 | 26.32 | - |
| YUV | 146 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 135 | 0 | 0.46 | 0.37 | 0.16 | 347.27 | 0.54 | 0.64 |
| Hex | D5 | 72 | 87 | 0 | 2E | 25 | 10 | 15B | 36 | 40 |
| Octal | 325 | 162 | 207 | 0 | 56 | 45 | 20 | 533 | 66 | 100 |
| Binary | 11010101 | 1110010 | 10000111 | 0 | 101110 | 100101 | 10000 | 101011011 | 110110 | 1000000 |
Color Harmonies of #D57287
Complementary color
Monochromatic Colors of #D57287
Black with #D57287
Text Example
Text Example
White with #D57287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57287; }
p { color: rgb(213,114,135); }
H1.HeaderClassName
{
color: #D57287;
}
.AnyTagClassName
{
color: #D57287;
}
</style>
background-color css
<style>
a { background-color: #D57287; }
a { background-color: rgb(213,114,135); }
div.DivClassName
{
background-color: #D57287;
}
.BgClassName
{
background-color: #D57287;
}
</style>
border-color css
<style>
span { border-color: #D57287; }
span { border-color: rgb(213,114,135); }
td.TdClassName
{
border-color: #D57287;
}
.TagClassName
{
border-color: #D57287;
}
</style>