Shades of Charm #D57D80
Tints of Charm #D57D80
RGB
CMYK
RGB Variations
Color information
#D57D80 (or 0xD57D80) is known color: Charm. HEX triplet: D5, 7D and 80. RGB value is (213,125,128). Sum of RGB (Red+Green+Blue) = 213+125+128=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D80 is #2A827F. Grayscale: #979797. Windows color (decimal): -2785920 or 8420821. OLE color: 8420821.
HSL color Cylindrical-coordinate representation of color #D57D80: hue angle of 357.95º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57D80 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 128 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.16 |
| HSL | 357.95º | 0.51% | 0.66% | - |
| HSV(B) | 357.95º | 0.41% | 0.84% | - |
| XYZ | 38.67 | 30.37 | 24.25 | - |
| YUV | 151.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 128 | 0 | 0.41 | 0.40 | 0.16 | 357.95 | 0.51 | 0.66 |
| Hex | D5 | 7D | 80 | 0 | 29 | 28 | 10 | 166 | 33 | 42 |
| Octal | 325 | 175 | 200 | 0 | 51 | 50 | 20 | 546 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10000000 | 0 | 101001 | 101000 | 10000 | 101100110 | 110011 | 1000010 |
Color Harmonies of #D57D80
Complementary color
Monochromatic Colors of #D57D80
Black with #D57D80
Text Example
Text Example
White with #D57D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D80; }
p { color: rgb(213,125,128); }
H1.HeaderClassName
{
color: #D57D80;
}
.AnyTagClassName
{
color: #D57D80;
}
</style>
background-color css
<style>
a { background-color: #D57D80; }
a { background-color: rgb(213,125,128); }
div.DivClassName
{
background-color: #D57D80;
}
.BgClassName
{
background-color: #D57D80;
}
</style>
border-color css
<style>
span { border-color: #D57D80; }
span { border-color: rgb(213,125,128); }
td.TdClassName
{
border-color: #D57D80;
}
.TagClassName
{
border-color: #D57D80;
}
</style>