Shades of Charm #D57985
Tints of Charm #D57985
RGB
CMYK
RGB Variations
Color information
#D57985 (or 0xD57985) is known color: Charm. HEX triplet: D5, 79 and 85. RGB value is (213,121,133). Sum of RGB (Red+Green+Blue) = 213+121+133=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D57985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57985 is #2A867A. Grayscale: #959595. Windows color (decimal): -2786939 or 8747477. OLE color: 8747477.
HSL color Cylindrical-coordinate representation of color #D57985: hue angle of 352.17º 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 #D57985 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 133 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.16 |
| HSL | 352.17º | 0.52% | 0.65% | - |
| HSV(B) | 352.17º | 0.43% | 0.84% | - |
| XYZ | 38.51 | 29.51 | 25.86 | - |
| YUV | 149.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 133 | 0 | 0.43 | 0.38 | 0.16 | 352.17 | 0.52 | 0.65 |
| Hex | D5 | 79 | 85 | 0 | 2B | 26 | 10 | 160 | 34 | 41 |
| Octal | 325 | 171 | 205 | 0 | 53 | 46 | 20 | 540 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10000101 | 0 | 101011 | 100110 | 10000 | 101100000 | 110100 | 1000001 |
Color Harmonies of #D57985
Complementary color
Monochromatic Colors of #D57985
Black with #D57985
Text Example
Text Example
White with #D57985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57985; }
p { color: rgb(213,121,133); }
H1.HeaderClassName
{
color: #D57985;
}
.AnyTagClassName
{
color: #D57985;
}
</style>
background-color css
<style>
a { background-color: #D57985; }
a { background-color: rgb(213,121,133); }
div.DivClassName
{
background-color: #D57985;
}
.BgClassName
{
background-color: #D57985;
}
</style>
border-color css
<style>
span { border-color: #D57985; }
span { border-color: rgb(213,121,133); }
td.TdClassName
{
border-color: #D57985;
}
.TagClassName
{
border-color: #D57985;
}
</style>