Shades of Charm #D57889
Tints of Charm #D57889
RGB
CMYK
RGB Variations
Color information
#D57889 (or 0xD57889) is known color: Charm. HEX triplet: D5, 78 and 89. RGB value is (213,120,137). Sum of RGB (Red+Green+Blue) = 213+120+137=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D57889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57889 is #2A8776. Grayscale: #959595. Windows color (decimal): -2787191 or 9009365. OLE color: 9009365.
HSL color Cylindrical-coordinate representation of color #D57889: hue angle of 349.03º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57889 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 137 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.16 |
| HSL | 349.03º | 0.53% | 0.65% | - |
| HSV(B) | 349.03º | 0.44% | 0.84% | - |
| XYZ | 38.67 | 29.39 | 27.3 | - |
| YUV | 149.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 137 | 0 | 0.44 | 0.36 | 0.16 | 349.03 | 0.53 | 0.65 |
| Hex | D5 | 78 | 89 | 0 | 2C | 24 | 10 | 15D | 35 | 41 |
| Octal | 325 | 170 | 211 | 0 | 54 | 44 | 20 | 535 | 65 | 101 |
| Binary | 11010101 | 1111000 | 10001001 | 0 | 101100 | 100100 | 10000 | 101011101 | 110101 | 1000001 |
Color Harmonies of #D57889
Complementary color
Monochromatic Colors of #D57889
Black with #D57889
Text Example
Text Example
White with #D57889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57889; }
p { color: rgb(213,120,137); }
H1.HeaderClassName
{
color: #D57889;
}
.AnyTagClassName
{
color: #D57889;
}
</style>
background-color css
<style>
a { background-color: #D57889; }
a { background-color: rgb(213,120,137); }
div.DivClassName
{
background-color: #D57889;
}
.BgClassName
{
background-color: #D57889;
}
</style>
border-color css
<style>
span { border-color: #D57889; }
span { border-color: rgb(213,120,137); }
td.TdClassName
{
border-color: #D57889;
}
.TagClassName
{
border-color: #D57889;
}
</style>