Shades of Charm #D57680
Tints of Charm #D57680
RGB
CMYK
RGB Variations
Color information
#D57680 (or 0xD57680) is known color: Charm. HEX triplet: D5, 76 and 80. RGB value is (213,118,128). Sum of RGB (Red+Green+Blue) = 213+118+128=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D57680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57680 is #2A897F. Grayscale: #939393. Windows color (decimal): -2787712 or 8419029. OLE color: 8419029.
HSL color Cylindrical-coordinate representation of color #D57680: hue angle of 353.68º 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 #D57680 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 128 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.16 |
| HSL | 353.68º | 0.53% | 0.65% | - |
| HSV(B) | 353.68º | 0.45% | 0.84% | - |
| XYZ | 37.82 | 28.66 | 23.96 | - |
| YUV | 147.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 128 | 0 | 0.45 | 0.40 | 0.16 | 353.68 | 0.53 | 0.65 |
| Hex | D5 | 76 | 80 | 0 | 2D | 28 | 10 | 162 | 35 | 41 |
| Octal | 325 | 166 | 200 | 0 | 55 | 50 | 20 | 542 | 65 | 101 |
| Binary | 11010101 | 1110110 | 10000000 | 0 | 101101 | 101000 | 10000 | 101100010 | 110101 | 1000001 |
Color Harmonies of #D57680
Complementary color
Monochromatic Colors of #D57680
Black with #D57680
Text Example
Text Example
White with #D57680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57680; }
p { color: rgb(213,118,128); }
H1.HeaderClassName
{
color: #D57680;
}
.AnyTagClassName
{
color: #D57680;
}
</style>
background-color css
<style>
a { background-color: #D57680; }
a { background-color: rgb(213,118,128); }
div.DivClassName
{
background-color: #D57680;
}
.BgClassName
{
background-color: #D57680;
}
</style>
border-color css
<style>
span { border-color: #D57680; }
span { border-color: rgb(213,118,128); }
td.TdClassName
{
border-color: #D57680;
}
.TagClassName
{
border-color: #D57680;
}
</style>