Shades of Charm #D57986
Tints of Charm #D57986
RGB
CMYK
RGB Variations
Color information
#D57986 (or 0xD57986) is known color: Charm. HEX triplet: D5, 79 and 86. RGB value is (213,121,134). Sum of RGB (Red+Green+Blue) = 213+121+134=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57986 is #2A8679. Grayscale: #969696. Windows color (decimal): -2786938 or 8813013. OLE color: 8813013.
HSL color Cylindrical-coordinate representation of color #D57986: hue angle of 351.52º 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 #D57986 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 134 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.16 |
| HSL | 351.52º | 0.52% | 0.65% | - |
| HSV(B) | 351.52º | 0.43% | 0.84% | - |
| XYZ | 38.58 | 29.54 | 26.22 | - |
| YUV | 149.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 134 | 0 | 0.43 | 0.37 | 0.16 | 351.52 | 0.52 | 0.65 |
| Hex | D5 | 79 | 86 | 0 | 2B | 25 | 10 | 160 | 34 | 41 |
| Octal | 325 | 171 | 206 | 0 | 53 | 45 | 20 | 540 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10000110 | 0 | 101011 | 100101 | 10000 | 101100000 | 110100 | 1000001 |
Color Harmonies of #D57986
Complementary color
Monochromatic Colors of #D57986
Black with #D57986
Text Example
Text Example
White with #D57986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57986; }
p { color: rgb(213,121,134); }
H1.HeaderClassName
{
color: #D57986;
}
.AnyTagClassName
{
color: #D57986;
}
</style>
background-color css
<style>
a { background-color: #D57986; }
a { background-color: rgb(213,121,134); }
div.DivClassName
{
background-color: #D57986;
}
.BgClassName
{
background-color: #D57986;
}
</style>
border-color css
<style>
span { border-color: #D57986; }
span { border-color: rgb(213,121,134); }
td.TdClassName
{
border-color: #D57986;
}
.TagClassName
{
border-color: #D57986;
}
</style>