Shades of Charm #D57C82
Tints of Charm #D57C82
RGB
CMYK
RGB Variations
Color information
#D57C82 (or 0xD57C82) is known color: Charm. HEX triplet: D5, 7C and 82. RGB value is (213,124,130). Sum of RGB (Red+Green+Blue) = 213+124+130=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C82 is #2A837D. Grayscale: #979797. Windows color (decimal): -2786174 or 8551637. OLE color: 8551637.
HSL color Cylindrical-coordinate representation of color #D57C82: hue angle of 355.96º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57C82 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 130 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.16 |
| HSL | 355.96º | 0.51% | 0.66% | - |
| HSV(B) | 355.96º | 0.42% | 0.84% | - |
| XYZ | 38.68 | 30.17 | 24.9 | - |
| YUV | 151.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 130 | 0 | 0.42 | 0.39 | 0.16 | 355.96 | 0.51 | 0.66 |
| Hex | D5 | 7C | 82 | 0 | 2A | 27 | 10 | 164 | 33 | 42 |
| Octal | 325 | 174 | 202 | 0 | 52 | 47 | 20 | 544 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10000010 | 0 | 101010 | 100111 | 10000 | 101100100 | 110011 | 1000010 |
Color Harmonies of #D57C82
Complementary color
Monochromatic Colors of #D57C82
Black with #D57C82
Text Example
Text Example
White with #D57C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C82; }
p { color: rgb(213,124,130); }
H1.HeaderClassName
{
color: #D57C82;
}
.AnyTagClassName
{
color: #D57C82;
}
</style>
background-color css
<style>
a { background-color: #D57C82; }
a { background-color: rgb(213,124,130); }
div.DivClassName
{
background-color: #D57C82;
}
.BgClassName
{
background-color: #D57C82;
}
</style>
border-color css
<style>
span { border-color: #D57C82; }
span { border-color: rgb(213,124,130); }
td.TdClassName
{
border-color: #D57C82;
}
.TagClassName
{
border-color: #D57C82;
}
</style>