Shades of Charm #D47A83
Tints of Charm #D47A83
RGB
CMYK
RGB Variations
Color information
#D47A83 (or 0xD47A83) is known color: Charm. HEX triplet: D4, 7A and 83. RGB value is (212,122,131). Sum of RGB (Red+Green+Blue) = 212+122+131=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A83 is #2B857C. Grayscale: #959595. Windows color (decimal): -2852221 or 8616660. OLE color: 8616660.
HSL color Cylindrical-coordinate representation of color #D47A83: hue angle of 354º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47A83 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 131 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.17 |
| HSL | 354º | 0.51% | 0.65% | - |
| HSV(B) | 354º | 0.42% | 0.83% | - |
| XYZ | 38.21 | 29.55 | 25.16 | - |
| YUV | 149.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 131 | 0 | 0.42 | 0.38 | 0.17 | 354 | 0.51 | 0.65 |
| Hex | D4 | 7A | 83 | 0 | 2A | 26 | 11 | 162 | 33 | 41 |
| Octal | 324 | 172 | 203 | 0 | 52 | 46 | 21 | 542 | 63 | 101 |
| Binary | 11010100 | 1111010 | 10000011 | 0 | 101010 | 100110 | 10001 | 101100010 | 110011 | 1000001 |
Color Harmonies of #D47A83
Complementary color
Monochromatic Colors of #D47A83
Black with #D47A83
Text Example
Text Example
White with #D47A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A83; }
p { color: rgb(212,122,131); }
H1.HeaderClassName
{
color: #D47A83;
}
.AnyTagClassName
{
color: #D47A83;
}
</style>
background-color css
<style>
a { background-color: #D47A83; }
a { background-color: rgb(212,122,131); }
div.DivClassName
{
background-color: #D47A83;
}
.BgClassName
{
background-color: #D47A83;
}
</style>
border-color css
<style>
span { border-color: #D47A83; }
span { border-color: rgb(212,122,131); }
td.TdClassName
{
border-color: #D47A83;
}
.TagClassName
{
border-color: #D47A83;
}
</style>