Shades of Charm #D57587
Tints of Charm #D57587
RGB
CMYK
RGB Variations
Color information
#D57587 (or 0xD57587) is known color: Charm. HEX triplet: D5, 75 and 87. RGB value is (213,117,135). Sum of RGB (Red+Green+Blue) = 213+117+135=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57587 is #2A8A78. Grayscale: #939393. Windows color (decimal): -2787961 or 8877525. OLE color: 8877525.
HSL color Cylindrical-coordinate representation of color #D57587: hue angle of 348.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57587 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 135 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.16 |
| HSL | 348.75º | 0.53% | 0.65% | - |
| HSV(B) | 348.75º | 0.45% | 0.84% | - |
| XYZ | 38.18 | 28.62 | 26.43 | - |
| YUV | 147.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 135 | 0 | 0.45 | 0.37 | 0.16 | 348.75 | 0.53 | 0.65 |
| Hex | D5 | 75 | 87 | 0 | 2D | 25 | 10 | 15D | 35 | 41 |
| Octal | 325 | 165 | 207 | 0 | 55 | 45 | 20 | 535 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10000111 | 0 | 101101 | 100101 | 10000 | 101011101 | 110101 | 1000001 |
Color Harmonies of #D57587
Complementary color
Monochromatic Colors of #D57587
Black with #D57587
Text Example
Text Example
White with #D57587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57587; }
p { color: rgb(213,117,135); }
H1.HeaderClassName
{
color: #D57587;
}
.AnyTagClassName
{
color: #D57587;
}
</style>
background-color css
<style>
a { background-color: #D57587; }
a { background-color: rgb(213,117,135); }
div.DivClassName
{
background-color: #D57587;
}
.BgClassName
{
background-color: #D57587;
}
</style>
border-color css
<style>
span { border-color: #D57587; }
span { border-color: rgb(213,117,135); }
td.TdClassName
{
border-color: #D57587;
}
.TagClassName
{
border-color: #D57587;
}
</style>