Shades of Charm #D47181
Tints of Charm #D47181
RGB
CMYK
RGB Variations
Color information
#D47181 (or 0xD47181) is known color: Charm. HEX triplet: D4, 71 and 81. RGB value is (212,113,129). Sum of RGB (Red+Green+Blue) = 212+113+129=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D47181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47181 is #2B8E7E. Grayscale: #909090. Windows color (decimal): -2854527 or 8483284. OLE color: 8483284.
HSL color Cylindrical-coordinate representation of color #D47181: hue angle of 350.3º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47181 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 129 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.17 |
| HSL | 350.3º | 0.54% | 0.64% | - |
| HSV(B) | 350.3º | 0.47% | 0.83% | - |
| XYZ | 37.02 | 27.39 | 24.11 | - |
| YUV | 144.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 129 | 0 | 0.47 | 0.39 | 0.17 | 350.3 | 0.54 | 0.64 |
| Hex | D4 | 71 | 81 | 0 | 2F | 27 | 11 | 15E | 36 | 40 |
| Octal | 324 | 161 | 201 | 0 | 57 | 47 | 21 | 536 | 66 | 100 |
| Binary | 11010100 | 1110001 | 10000001 | 0 | 101111 | 100111 | 10001 | 101011110 | 110110 | 1000000 |
Color Harmonies of #D47181
Complementary color
Monochromatic Colors of #D47181
Black with #D47181
Text Example
Text Example
White with #D47181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47181; }
p { color: rgb(212,113,129); }
H1.HeaderClassName
{
color: #D47181;
}
.AnyTagClassName
{
color: #D47181;
}
</style>
background-color css
<style>
a { background-color: #D47181; }
a { background-color: rgb(212,113,129); }
div.DivClassName
{
background-color: #D47181;
}
.BgClassName
{
background-color: #D47181;
}
</style>
border-color css
<style>
span { border-color: #D47181; }
span { border-color: rgb(212,113,129); }
td.TdClassName
{
border-color: #D47181;
}
.TagClassName
{
border-color: #D47181;
}
</style>