Shades of Charm #D57780
Tints of Charm #D57780
RGB
CMYK
RGB Variations
Color information
#D57780 (or 0xD57780) is known color: Charm. HEX triplet: D5, 77 and 80. RGB value is (213,119,128). Sum of RGB (Red+Green+Blue) = 213+119+128=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57780 is #2A887F. Grayscale: #949494. Windows color (decimal): -2787456 or 8419285. OLE color: 8419285.
HSL color Cylindrical-coordinate representation of color #D57780: hue angle of 354.26º 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 #D57780 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 128 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.16 |
| HSL | 354.26º | 0.53% | 0.65% | - |
| HSV(B) | 354.26º | 0.44% | 0.84% | - |
| XYZ | 37.93 | 28.9 | 24 | - |
| YUV | 148.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 128 | 0 | 0.44 | 0.40 | 0.16 | 354.26 | 0.53 | 0.65 |
| Hex | D5 | 77 | 80 | 0 | 2C | 28 | 10 | 162 | 35 | 41 |
| Octal | 325 | 167 | 200 | 0 | 54 | 50 | 20 | 542 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10000000 | 0 | 101100 | 101000 | 10000 | 101100010 | 110101 | 1000001 |
Color Harmonies of #D57780
Complementary color
Monochromatic Colors of #D57780
Black with #D57780
Text Example
Text Example
White with #D57780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57780; }
p { color: rgb(213,119,128); }
H1.HeaderClassName
{
color: #D57780;
}
.AnyTagClassName
{
color: #D57780;
}
</style>
background-color css
<style>
a { background-color: #D57780; }
a { background-color: rgb(213,119,128); }
div.DivClassName
{
background-color: #D57780;
}
.BgClassName
{
background-color: #D57780;
}
</style>
border-color css
<style>
span { border-color: #D57780; }
span { border-color: rgb(213,119,128); }
td.TdClassName
{
border-color: #D57780;
}
.TagClassName
{
border-color: #D57780;
}
</style>