Shades of Charm #D47B8F
Tints of Charm #D47B8F
RGB
CMYK
RGB Variations
Color information
#D47B8F (or 0xD47B8F) is known color: Charm. HEX triplet: D4, 7B and 8F. RGB value is (212,123,143). Sum of RGB (Red+Green+Blue) = 212+123+143=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B8F is #2B8470. Grayscale: #979797. Windows color (decimal): -2851953 or 9403348. OLE color: 9403348.
HSL color Cylindrical-coordinate representation of color #D47B8F: hue angle of 346.52º 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 #D47B8F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 143 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.17 |
| HSL | 346.52º | 0.51% | 0.66% | - |
| HSV(B) | 346.52º | 0.42% | 0.83% | - |
| XYZ | 39.19 | 30.15 | 29.74 | - |
| YUV | 151.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 143 | 0 | 0.42 | 0.33 | 0.17 | 346.52 | 0.51 | 0.66 |
| Hex | D4 | 7B | 8F | 0 | 2A | 21 | 11 | 15B | 33 | 42 |
| Octal | 324 | 173 | 217 | 0 | 52 | 41 | 21 | 533 | 63 | 102 |
| Binary | 11010100 | 1111011 | 10001111 | 0 | 101010 | 100001 | 10001 | 101011011 | 110011 | 1000010 |
Color Harmonies of #D47B8F
Complementary color
Monochromatic Colors of #D47B8F
Black with #D47B8F
Text Example
Text Example
White with #D47B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B8F; }
p { color: rgb(212,123,143); }
H1.HeaderClassName
{
color: #D47B8F;
}
.AnyTagClassName
{
color: #D47B8F;
}
</style>
background-color css
<style>
a { background-color: #D47B8F; }
a { background-color: rgb(212,123,143); }
div.DivClassName
{
background-color: #D47B8F;
}
.BgClassName
{
background-color: #D47B8F;
}
</style>
border-color css
<style>
span { border-color: #D47B8F; }
span { border-color: rgb(212,123,143); }
td.TdClassName
{
border-color: #D47B8F;
}
.TagClassName
{
border-color: #D47B8F;
}
</style>