Shades of Charm #D47287
Tints of Charm #D47287
RGB
CMYK
RGB Variations
Color information
#D47287 (or 0xD47287) is known color: Charm. HEX triplet: D4, 72 and 87. RGB value is (212,114,135). Sum of RGB (Red+Green+Blue) = 212+114+135=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D47287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47287 is #2B8D78. Grayscale: #919191. Windows color (decimal): -2854265 or 8876756. OLE color: 8876756.
HSL color Cylindrical-coordinate representation of color #D47287: hue angle of 347.14º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47287 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 135 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.17 |
| HSL | 347.14º | 0.53% | 0.64% | - |
| HSV(B) | 347.14º | 0.46% | 0.83% | - |
| XYZ | 37.54 | 27.78 | 26.31 | - |
| YUV | 145.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 135 | 0 | 0.46 | 0.36 | 0.17 | 347.14 | 0.53 | 0.64 |
| Hex | D4 | 72 | 87 | 0 | 2E | 24 | 11 | 15B | 35 | 40 |
| Octal | 324 | 162 | 207 | 0 | 56 | 44 | 21 | 533 | 65 | 100 |
| Binary | 11010100 | 1110010 | 10000111 | 0 | 101110 | 100100 | 10001 | 101011011 | 110101 | 1000000 |
Color Harmonies of #D47287
Complementary color
Monochromatic Colors of #D47287
Black with #D47287
Text Example
Text Example
White with #D47287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47287; }
p { color: rgb(212,114,135); }
H1.HeaderClassName
{
color: #D47287;
}
.AnyTagClassName
{
color: #D47287;
}
</style>
background-color css
<style>
a { background-color: #D47287; }
a { background-color: rgb(212,114,135); }
div.DivClassName
{
background-color: #D47287;
}
.BgClassName
{
background-color: #D47287;
}
</style>
border-color css
<style>
span { border-color: #D47287; }
span { border-color: rgb(212,114,135); }
td.TdClassName
{
border-color: #D47287;
}
.TagClassName
{
border-color: #D47287;
}
</style>