Shades of Charm #D57B84
Tints of Charm #D57B84
RGB
CMYK
RGB Variations
Color information
#D57B84 (or 0xD57B84) is known color: Charm. HEX triplet: D5, 7B and 84. RGB value is (213,123,132). Sum of RGB (Red+Green+Blue) = 213+123+132=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57B84 is #2A847B. Grayscale: #969696. Windows color (decimal): -2786428 or 8682453. OLE color: 8682453.
HSL color Cylindrical-coordinate representation of color #D57B84: hue angle of 354º degrees, saturation: 0.52, 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 #D57B84 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 132 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.16 |
| HSL | 354º | 0.52% | 0.66% | - |
| HSV(B) | 354º | 0.42% | 0.84% | - |
| XYZ | 38.69 | 29.98 | 25.58 | - |
| YUV | 150.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 132 | 0 | 0.42 | 0.38 | 0.16 | 354 | 0.52 | 0.66 |
| Hex | D5 | 7B | 84 | 0 | 2A | 26 | 10 | 162 | 34 | 42 |
| Octal | 325 | 173 | 204 | 0 | 52 | 46 | 20 | 542 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10000100 | 0 | 101010 | 100110 | 10000 | 101100010 | 110100 | 1000010 |
Color Harmonies of #D57B84
Complementary color
Monochromatic Colors of #D57B84
Black with #D57B84
Text Example
Text Example
White with #D57B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B84; }
p { color: rgb(213,123,132); }
H1.HeaderClassName
{
color: #D57B84;
}
.AnyTagClassName
{
color: #D57B84;
}
</style>
background-color css
<style>
a { background-color: #D57B84; }
a { background-color: rgb(213,123,132); }
div.DivClassName
{
background-color: #D57B84;
}
.BgClassName
{
background-color: #D57B84;
}
</style>
border-color css
<style>
span { border-color: #D57B84; }
span { border-color: rgb(213,123,132); }
td.TdClassName
{
border-color: #D57B84;
}
.TagClassName
{
border-color: #D57B84;
}
</style>