Shades of Charm #D57D84
Tints of Charm #D57D84
RGB
CMYK
RGB Variations
Color information
#D57D84 (or 0xD57D84) is known color: Charm. HEX triplet: D5, 7D and 84. RGB value is (213,125,132). Sum of RGB (Red+Green+Blue) = 213+125+132=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57D84 is #2A827B. Grayscale: #989898. Windows color (decimal): -2785916 or 8682965. OLE color: 8682965.
HSL color Cylindrical-coordinate representation of color #D57D84: hue angle of 355.23º 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 #D57D84 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 132 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.16 |
| HSL | 355.23º | 0.51% | 0.66% | - |
| HSV(B) | 355.23º | 0.41% | 0.84% | - |
| XYZ | 38.94 | 30.48 | 25.66 | - |
| YUV | 152.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 132 | 0 | 0.41 | 0.38 | 0.16 | 355.23 | 0.51 | 0.66 |
| Hex | D5 | 7D | 84 | 0 | 29 | 26 | 10 | 163 | 33 | 42 |
| Octal | 325 | 175 | 204 | 0 | 51 | 46 | 20 | 543 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10000100 | 0 | 101001 | 100110 | 10000 | 101100011 | 110011 | 1000010 |
Color Harmonies of #D57D84
Complementary color
Monochromatic Colors of #D57D84
Black with #D57D84
Text Example
Text Example
White with #D57D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D84; }
p { color: rgb(213,125,132); }
H1.HeaderClassName
{
color: #D57D84;
}
.AnyTagClassName
{
color: #D57D84;
}
</style>
background-color css
<style>
a { background-color: #D57D84; }
a { background-color: rgb(213,125,132); }
div.DivClassName
{
background-color: #D57D84;
}
.BgClassName
{
background-color: #D57D84;
}
</style>
border-color css
<style>
span { border-color: #D57D84; }
span { border-color: rgb(213,125,132); }
td.TdClassName
{
border-color: #D57D84;
}
.TagClassName
{
border-color: #D57D84;
}
</style>