Shades of Charm #D47A8B
Tints of Charm #D47A8B
RGB
CMYK
RGB Variations
Color information
#D47A8B (or 0xD47A8B) is known color: Charm. HEX triplet: D4, 7A and 8B. RGB value is (212,122,139). Sum of RGB (Red+Green+Blue) = 212+122+139=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A8B is #2B8574. Grayscale: #969696. Windows color (decimal): -2852213 or 9140948. OLE color: 9140948.
HSL color Cylindrical-coordinate representation of color #D47A8B: hue angle of 348.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47A8B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 139 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.17 |
| HSL | 348.67º | 0.51% | 0.65% | - |
| HSV(B) | 348.67º | 0.42% | 0.83% | - |
| XYZ | 38.77 | 29.78 | 28.13 | - |
| YUV | 150.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 139 | 0 | 0.42 | 0.34 | 0.17 | 348.67 | 0.51 | 0.65 |
| Hex | D4 | 7A | 8B | 0 | 2A | 22 | 11 | 15D | 33 | 41 |
| Octal | 324 | 172 | 213 | 0 | 52 | 42 | 21 | 535 | 63 | 101 |
| Binary | 11010100 | 1111010 | 10001011 | 0 | 101010 | 100010 | 10001 | 101011101 | 110011 | 1000001 |
Color Harmonies of #D47A8B
Complementary color
Monochromatic Colors of #D47A8B
Black with #D47A8B
Text Example
Text Example
White with #D47A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A8B; }
p { color: rgb(212,122,139); }
H1.HeaderClassName
{
color: #D47A8B;
}
.AnyTagClassName
{
color: #D47A8B;
}
</style>
background-color css
<style>
a { background-color: #D47A8B; }
a { background-color: rgb(212,122,139); }
div.DivClassName
{
background-color: #D47A8B;
}
.BgClassName
{
background-color: #D47A8B;
}
</style>
border-color css
<style>
span { border-color: #D47A8B; }
span { border-color: rgb(212,122,139); }
td.TdClassName
{
border-color: #D47A8B;
}
.TagClassName
{
border-color: #D47A8B;
}
</style>