Shades of Charm #D47B84
Tints of Charm #D47B84
RGB
CMYK
RGB Variations
Color information
#D47B84 (or 0xD47B84) is known color: Charm. HEX triplet: D4, 7B and 84. RGB value is (212,123,132). Sum of RGB (Red+Green+Blue) = 212+123+132=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B84 is #2B847B. Grayscale: #969696. Windows color (decimal): -2851964 or 8682452. OLE color: 8682452.
HSL color Cylindrical-coordinate representation of color #D47B84: hue angle of 353.93º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47B84 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 132 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.17 |
| HSL | 353.93º | 0.51% | 0.66% | - |
| HSV(B) | 353.93º | 0.42% | 0.83% | - |
| XYZ | 38.4 | 29.83 | 25.56 | - |
| YUV | 150.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 132 | 0 | 0.42 | 0.38 | 0.17 | 353.93 | 0.51 | 0.66 |
| Hex | D4 | 7B | 84 | 0 | 2A | 26 | 11 | 162 | 33 | 42 |
| Octal | 324 | 173 | 204 | 0 | 52 | 46 | 21 | 542 | 63 | 102 |
| Binary | 11010100 | 1111011 | 10000100 | 0 | 101010 | 100110 | 10001 | 101100010 | 110011 | 1000010 |
Color Harmonies of #D47B84
Complementary color
Monochromatic Colors of #D47B84
Black with #D47B84
Text Example
Text Example
White with #D47B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B84; }
p { color: rgb(212,123,132); }
H1.HeaderClassName
{
color: #D47B84;
}
.AnyTagClassName
{
color: #D47B84;
}
</style>
background-color css
<style>
a { background-color: #D47B84; }
a { background-color: rgb(212,123,132); }
div.DivClassName
{
background-color: #D47B84;
}
.BgClassName
{
background-color: #D47B84;
}
</style>
border-color css
<style>
span { border-color: #D47B84; }
span { border-color: rgb(212,123,132); }
td.TdClassName
{
border-color: #D47B84;
}
.TagClassName
{
border-color: #D47B84;
}
</style>