Shades of Charm #D57C95
Tints of Charm #D57C95
RGB
CMYK
RGB Variations
Color information
#D57C95 (or 0xD57C95) is known color: Charm. HEX triplet: D5, 7C and 95. RGB value is (213,124,149). Sum of RGB (Red+Green+Blue) = 213+124+149=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C95 is #2A836A. Grayscale: #999999. Windows color (decimal): -2786155 or 9796821. OLE color: 9796821.
HSL color Cylindrical-coordinate representation of color #D57C95: hue angle of 343.15º 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 #D57C95 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 149 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.16 |
| HSL | 343.15º | 0.51% | 0.66% | - |
| HSV(B) | 343.15º | 0.42% | 0.84% | - |
| XYZ | 40.07 | 30.73 | 32.25 | - |
| YUV | 153.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 149 | 0 | 0.42 | 0.30 | 0.16 | 343.15 | 0.51 | 0.66 |
| Hex | D5 | 7C | 95 | 0 | 2A | 1E | 10 | 157 | 33 | 42 |
| Octal | 325 | 174 | 225 | 0 | 52 | 36 | 20 | 527 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10010101 | 0 | 101010 | 11110 | 10000 | 101010111 | 110011 | 1000010 |
Color Harmonies of #D57C95
Complementary color
Monochromatic Colors of #D57C95
Black with #D57C95
Text Example
Text Example
White with #D57C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C95; }
p { color: rgb(213,124,149); }
H1.HeaderClassName
{
color: #D57C95;
}
.AnyTagClassName
{
color: #D57C95;
}
</style>
background-color css
<style>
a { background-color: #D57C95; }
a { background-color: rgb(213,124,149); }
div.DivClassName
{
background-color: #D57C95;
}
.BgClassName
{
background-color: #D57C95;
}
</style>
border-color css
<style>
span { border-color: #D57C95; }
span { border-color: rgb(213,124,149); }
td.TdClassName
{
border-color: #D57C95;
}
.TagClassName
{
border-color: #D57C95;
}
</style>