Shades of Charm #D47488
Tints of Charm #D47488
RGB
CMYK
RGB Variations
Color information
#D47488 (or 0xD47488) is known color: Charm. HEX triplet: D4, 74 and 88. RGB value is (212,116,136). Sum of RGB (Red+Green+Blue) = 212+116+136=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D47488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47488 is #2B8B77. Grayscale: #939393. Windows color (decimal): -2853752 or 8942804. OLE color: 8942804.
HSL color Cylindrical-coordinate representation of color #D47488: hue angle of 347.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47488 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 136 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.17 |
| HSL | 347.5º | 0.53% | 0.64% | - |
| HSV(B) | 347.5º | 0.45% | 0.83% | - |
| XYZ | 37.84 | 28.27 | 26.75 | - |
| YUV | 146.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 136 | 0 | 0.45 | 0.36 | 0.17 | 347.5 | 0.53 | 0.64 |
| Hex | D4 | 74 | 88 | 0 | 2D | 24 | 11 | 15C | 35 | 40 |
| Octal | 324 | 164 | 210 | 0 | 55 | 44 | 21 | 534 | 65 | 100 |
| Binary | 11010100 | 1110100 | 10001000 | 0 | 101101 | 100100 | 10001 | 101011100 | 110101 | 1000000 |
Color Harmonies of #D47488
Complementary color
Monochromatic Colors of #D47488
Black with #D47488
Text Example
Text Example
White with #D47488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47488; }
p { color: rgb(212,116,136); }
H1.HeaderClassName
{
color: #D47488;
}
.AnyTagClassName
{
color: #D47488;
}
</style>
background-color css
<style>
a { background-color: #D47488; }
a { background-color: rgb(212,116,136); }
div.DivClassName
{
background-color: #D47488;
}
.BgClassName
{
background-color: #D47488;
}
</style>
border-color css
<style>
span { border-color: #D47488; }
span { border-color: rgb(212,116,136); }
td.TdClassName
{
border-color: #D47488;
}
.TagClassName
{
border-color: #D47488;
}
</style>