Shades of Charm #D47C91
Tints of Charm #D47C91
RGB
CMYK
RGB Variations
Color information
#D47C91 (or 0xD47C91) is known color: Charm. HEX triplet: D4, 7C and 91. RGB value is (212,124,145). Sum of RGB (Red+Green+Blue) = 212+124+145=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C91 is #2B836E. Grayscale: #989898. Windows color (decimal): -2851695 or 9534676. OLE color: 9534676.
HSL color Cylindrical-coordinate representation of color #D47C91: hue angle of 345.68º 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 #D47C91 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 145 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.17 |
| HSL | 345.68º | 0.51% | 0.66% | - |
| HSV(B) | 345.68º | 0.42% | 0.83% | - |
| XYZ | 39.47 | 30.46 | 30.59 | - |
| YUV | 152.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 145 | 0 | 0.42 | 0.32 | 0.17 | 345.68 | 0.51 | 0.66 |
| Hex | D4 | 7C | 91 | 0 | 2A | 20 | 11 | 15A | 33 | 42 |
| Octal | 324 | 174 | 221 | 0 | 52 | 40 | 21 | 532 | 63 | 102 |
| Binary | 11010100 | 1111100 | 10010001 | 0 | 101010 | 100000 | 10001 | 101011010 | 110011 | 1000010 |
Color Harmonies of #D47C91
Complementary color
Monochromatic Colors of #D47C91
Black with #D47C91
Text Example
Text Example
White with #D47C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C91; }
p { color: rgb(212,124,145); }
H1.HeaderClassName
{
color: #D47C91;
}
.AnyTagClassName
{
color: #D47C91;
}
</style>
background-color css
<style>
a { background-color: #D47C91; }
a { background-color: rgb(212,124,145); }
div.DivClassName
{
background-color: #D47C91;
}
.BgClassName
{
background-color: #D47C91;
}
</style>
border-color css
<style>
span { border-color: #D47C91; }
span { border-color: rgb(212,124,145); }
td.TdClassName
{
border-color: #D47C91;
}
.TagClassName
{
border-color: #D47C91;
}
</style>