Shades of Charm #D47B8D
Tints of Charm #D47B8D
RGB
CMYK
RGB Variations
Color information
#D47B8D (or 0xD47B8D) is known color: Charm. HEX triplet: D4, 7B and 8D. RGB value is (212,123,141). Sum of RGB (Red+Green+Blue) = 212+123+141=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B8D is #2B8472. Grayscale: #979797. Windows color (decimal): -2851955 or 9272276. OLE color: 9272276.
HSL color Cylindrical-coordinate representation of color #D47B8D: hue angle of 347.87º 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 #D47B8D is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 141 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.17 |
| HSL | 347.87º | 0.51% | 0.66% | - |
| HSV(B) | 347.87º | 0.42% | 0.83% | - |
| XYZ | 39.04 | 30.09 | 28.95 | - |
| YUV | 151.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 141 | 0 | 0.42 | 0.33 | 0.17 | 347.87 | 0.51 | 0.66 |
| Hex | D4 | 7B | 8D | 0 | 2A | 21 | 11 | 15C | 33 | 42 |
| Octal | 324 | 173 | 215 | 0 | 52 | 41 | 21 | 534 | 63 | 102 |
| Binary | 11010100 | 1111011 | 10001101 | 0 | 101010 | 100001 | 10001 | 101011100 | 110011 | 1000010 |
Color Harmonies of #D47B8D
Complementary color
Monochromatic Colors of #D47B8D
Black with #D47B8D
Text Example
Text Example
White with #D47B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B8D; }
p { color: rgb(212,123,141); }
H1.HeaderClassName
{
color: #D47B8D;
}
.AnyTagClassName
{
color: #D47B8D;
}
</style>
background-color css
<style>
a { background-color: #D47B8D; }
a { background-color: rgb(212,123,141); }
div.DivClassName
{
background-color: #D47B8D;
}
.BgClassName
{
background-color: #D47B8D;
}
</style>
border-color css
<style>
span { border-color: #D47B8D; }
span { border-color: rgb(212,123,141); }
td.TdClassName
{
border-color: #D47B8D;
}
.TagClassName
{
border-color: #D47B8D;
}
</style>