Shades of Charm #D47481
Tints of Charm #D47481
RGB
CMYK
RGB Variations
Color information
#D47481 (or 0xD47481) is known color: Charm. HEX triplet: D4, 74 and 81. RGB value is (212,116,129). Sum of RGB (Red+Green+Blue) = 212+116+129=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D47481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47481 is #2B8B7E. Grayscale: #929292. Windows color (decimal): -2853759 or 8484052. OLE color: 8484052.
HSL color Cylindrical-coordinate representation of color #D47481: hue angle of 351.88º 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 #D47481 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 129 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.17 |
| HSL | 351.88º | 0.53% | 0.64% | - |
| HSV(B) | 351.88º | 0.45% | 0.83% | - |
| XYZ | 37.36 | 28.07 | 24.22 | - |
| YUV | 146.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 129 | 0 | 0.45 | 0.39 | 0.17 | 351.88 | 0.53 | 0.64 |
| Hex | D4 | 74 | 81 | 0 | 2D | 27 | 11 | 160 | 35 | 40 |
| Octal | 324 | 164 | 201 | 0 | 55 | 47 | 21 | 540 | 65 | 100 |
| Binary | 11010100 | 1110100 | 10000001 | 0 | 101101 | 100111 | 10001 | 101100000 | 110101 | 1000000 |
Color Harmonies of #D47481
Complementary color
Monochromatic Colors of #D47481
Black with #D47481
Text Example
Text Example
White with #D47481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47481; }
p { color: rgb(212,116,129); }
H1.HeaderClassName
{
color: #D47481;
}
.AnyTagClassName
{
color: #D47481;
}
</style>
background-color css
<style>
a { background-color: #D47481; }
a { background-color: rgb(212,116,129); }
div.DivClassName
{
background-color: #D47481;
}
.BgClassName
{
background-color: #D47481;
}
</style>
border-color css
<style>
span { border-color: #D47481; }
span { border-color: rgb(212,116,129); }
td.TdClassName
{
border-color: #D47481;
}
.TagClassName
{
border-color: #D47481;
}
</style>