Shades of Charm #D47281
Tints of Charm #D47281
RGB
CMYK
RGB Variations
Color information
#D47281 (or 0xD47281) is known color: Charm. HEX triplet: D4, 72 and 81. RGB value is (212,114,129). Sum of RGB (Red+Green+Blue) = 212+114+129=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D47281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47281 is #2B8D7E. Grayscale: #919191. Windows color (decimal): -2854271 or 8483540. OLE color: 8483540.
HSL color Cylindrical-coordinate representation of color #D47281: hue angle of 350.82º 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 #D47281 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 129 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.17 |
| HSL | 350.82º | 0.53% | 0.64% | - |
| HSV(B) | 350.82º | 0.46% | 0.83% | - |
| XYZ | 37.13 | 27.62 | 24.14 | - |
| YUV | 145.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 129 | 0 | 0.46 | 0.39 | 0.17 | 350.82 | 0.53 | 0.64 |
| Hex | D4 | 72 | 81 | 0 | 2E | 27 | 11 | 15F | 35 | 40 |
| Octal | 324 | 162 | 201 | 0 | 56 | 47 | 21 | 537 | 65 | 100 |
| Binary | 11010100 | 1110010 | 10000001 | 0 | 101110 | 100111 | 10001 | 101011111 | 110101 | 1000000 |
Color Harmonies of #D47281
Complementary color
Monochromatic Colors of #D47281
Black with #D47281
Text Example
Text Example
White with #D47281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47281; }
p { color: rgb(212,114,129); }
H1.HeaderClassName
{
color: #D47281;
}
.AnyTagClassName
{
color: #D47281;
}
</style>
background-color css
<style>
a { background-color: #D47281; }
a { background-color: rgb(212,114,129); }
div.DivClassName
{
background-color: #D47281;
}
.BgClassName
{
background-color: #D47281;
}
</style>
border-color css
<style>
span { border-color: #D47281; }
span { border-color: rgb(212,114,129); }
td.TdClassName
{
border-color: #D47281;
}
.TagClassName
{
border-color: #D47281;
}
</style>