Shades of Charm #D57C83
Tints of Charm #D57C83
RGB
CMYK
RGB Variations
Color information
#D57C83 (or 0xD57C83) is known color: Charm. HEX triplet: D5, 7C and 83. RGB value is (213,124,131). Sum of RGB (Red+Green+Blue) = 213+124+131=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C83 is #2A837C. Grayscale: #979797. Windows color (decimal): -2786173 or 8617173. OLE color: 8617173.
HSL color Cylindrical-coordinate representation of color #D57C83: hue angle of 355.28º 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 #D57C83 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 131 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.16 |
| HSL | 355.28º | 0.51% | 0.66% | - |
| HSV(B) | 355.28º | 0.42% | 0.84% | - |
| XYZ | 38.74 | 30.2 | 25.26 | - |
| YUV | 151.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 131 | 0 | 0.42 | 0.38 | 0.16 | 355.28 | 0.51 | 0.66 |
| Hex | D5 | 7C | 83 | 0 | 2A | 26 | 10 | 163 | 33 | 42 |
| Octal | 325 | 174 | 203 | 0 | 52 | 46 | 20 | 543 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10000011 | 0 | 101010 | 100110 | 10000 | 101100011 | 110011 | 1000010 |
Color Harmonies of #D57C83
Complementary color
Monochromatic Colors of #D57C83
Black with #D57C83
Text Example
Text Example
White with #D57C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C83; }
p { color: rgb(213,124,131); }
H1.HeaderClassName
{
color: #D57C83;
}
.AnyTagClassName
{
color: #D57C83;
}
</style>
background-color css
<style>
a { background-color: #D57C83; }
a { background-color: rgb(213,124,131); }
div.DivClassName
{
background-color: #D57C83;
}
.BgClassName
{
background-color: #D57C83;
}
</style>
border-color css
<style>
span { border-color: #D57C83; }
span { border-color: rgb(213,124,131); }
td.TdClassName
{
border-color: #D57C83;
}
.TagClassName
{
border-color: #D57C83;
}
</style>