Shades of Charm #D47284
Tints of Charm #D47284
RGB
CMYK
RGB Variations
Color information
#D47284 (or 0xD47284) is known color: Charm. HEX triplet: D4, 72 and 84. RGB value is (212,114,132). Sum of RGB (Red+Green+Blue) = 212+114+132=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D47284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47284 is #2B8D7B. Grayscale: #919191. Windows color (decimal): -2854268 or 8680148. OLE color: 8680148.
HSL color Cylindrical-coordinate representation of color #D47284: hue angle of 348.98º 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 #D47284 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 132 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.17 |
| HSL | 348.98º | 0.53% | 0.64% | - |
| HSV(B) | 348.98º | 0.46% | 0.83% | - |
| XYZ | 37.33 | 27.7 | 25.21 | - |
| YUV | 145.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 132 | 0 | 0.46 | 0.38 | 0.17 | 348.98 | 0.53 | 0.64 |
| Hex | D4 | 72 | 84 | 0 | 2E | 26 | 11 | 15D | 35 | 40 |
| Octal | 324 | 162 | 204 | 0 | 56 | 46 | 21 | 535 | 65 | 100 |
| Binary | 11010100 | 1110010 | 10000100 | 0 | 101110 | 100110 | 10001 | 101011101 | 110101 | 1000000 |
Color Harmonies of #D47284
Complementary color
Monochromatic Colors of #D47284
Black with #D47284
Text Example
Text Example
White with #D47284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47284; }
p { color: rgb(212,114,132); }
H1.HeaderClassName
{
color: #D47284;
}
.AnyTagClassName
{
color: #D47284;
}
</style>
background-color css
<style>
a { background-color: #D47284; }
a { background-color: rgb(212,114,132); }
div.DivClassName
{
background-color: #D47284;
}
.BgClassName
{
background-color: #D47284;
}
</style>
border-color css
<style>
span { border-color: #D47284; }
span { border-color: rgb(212,114,132); }
td.TdClassName
{
border-color: #D47284;
}
.TagClassName
{
border-color: #D47284;
}
</style>