Shades of Charm #D47288
Tints of Charm #D47288
RGB
CMYK
RGB Variations
Color information
#D47288 (or 0xD47288) is known color: Charm. HEX triplet: D4, 72 and 88. RGB value is (212,114,136). Sum of RGB (Red+Green+Blue) = 212+114+136=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D47288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47288 is #2B8D77. Grayscale: #919191. Windows color (decimal): -2854264 or 8942292. OLE color: 8942292.
HSL color Cylindrical-coordinate representation of color #D47288: hue angle of 346.53º 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 #D47288 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 136 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.17 |
| HSL | 346.53º | 0.53% | 0.64% | - |
| HSV(B) | 346.53º | 0.46% | 0.83% | - |
| XYZ | 37.61 | 27.81 | 26.68 | - |
| YUV | 145.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 136 | 0 | 0.46 | 0.36 | 0.17 | 346.53 | 0.53 | 0.64 |
| Hex | D4 | 72 | 88 | 0 | 2E | 24 | 11 | 15B | 35 | 40 |
| Octal | 324 | 162 | 210 | 0 | 56 | 44 | 21 | 533 | 65 | 100 |
| Binary | 11010100 | 1110010 | 10001000 | 0 | 101110 | 100100 | 10001 | 101011011 | 110101 | 1000000 |
Color Harmonies of #D47288
Complementary color
Monochromatic Colors of #D47288
Black with #D47288
Text Example
Text Example
White with #D47288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47288; }
p { color: rgb(212,114,136); }
H1.HeaderClassName
{
color: #D47288;
}
.AnyTagClassName
{
color: #D47288;
}
</style>
background-color css
<style>
a { background-color: #D47288; }
a { background-color: rgb(212,114,136); }
div.DivClassName
{
background-color: #D47288;
}
.BgClassName
{
background-color: #D47288;
}
</style>
border-color css
<style>
span { border-color: #D47288; }
span { border-color: rgb(212,114,136); }
td.TdClassName
{
border-color: #D47288;
}
.TagClassName
{
border-color: #D47288;
}
</style>