Shades of Charm #D57989
Tints of Charm #D57989
RGB
CMYK
RGB Variations
Color information
#D57989 (or 0xD57989) is known color: Charm. HEX triplet: D5, 79 and 89. RGB value is (213,121,137). Sum of RGB (Red+Green+Blue) = 213+121+137=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D57989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57989 is #2A8676. Grayscale: #969696. Windows color (decimal): -2786935 or 9009621. OLE color: 9009621.
HSL color Cylindrical-coordinate representation of color #D57989: hue angle of 349.57º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57989 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 137 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.16 |
| HSL | 349.57º | 0.52% | 0.65% | - |
| HSV(B) | 349.57º | 0.43% | 0.84% | - |
| XYZ | 38.79 | 29.63 | 27.34 | - |
| YUV | 150.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 137 | 0 | 0.43 | 0.36 | 0.16 | 349.57 | 0.52 | 0.65 |
| Hex | D5 | 79 | 89 | 0 | 2B | 24 | 10 | 15E | 34 | 41 |
| Octal | 325 | 171 | 211 | 0 | 53 | 44 | 20 | 536 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10001001 | 0 | 101011 | 100100 | 10000 | 101011110 | 110100 | 1000001 |
Color Harmonies of #D57989
Complementary color
Monochromatic Colors of #D57989
Black with #D57989
Text Example
Text Example
White with #D57989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57989; }
p { color: rgb(213,121,137); }
H1.HeaderClassName
{
color: #D57989;
}
.AnyTagClassName
{
color: #D57989;
}
</style>
background-color css
<style>
a { background-color: #D57989; }
a { background-color: rgb(213,121,137); }
div.DivClassName
{
background-color: #D57989;
}
.BgClassName
{
background-color: #D57989;
}
</style>
border-color css
<style>
span { border-color: #D57989; }
span { border-color: rgb(213,121,137); }
td.TdClassName
{
border-color: #D57989;
}
.TagClassName
{
border-color: #D57989;
}
</style>