Shades of Charm #D47580
Tints of Charm #D47580
RGB
CMYK
RGB Variations
Color information
#D47580 (or 0xD47580) is known color: Charm. HEX triplet: D4, 75 and 80. RGB value is (212,117,128). Sum of RGB (Red+Green+Blue) = 212+117+128=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D47580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47580 is #2B8A7F. Grayscale: #929292. Windows color (decimal): -2853504 or 8418772. OLE color: 8418772.
HSL color Cylindrical-coordinate representation of color #D47580: hue angle of 353.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47580 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 128 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.17 |
| HSL | 353.05º | 0.52% | 0.65% | - |
| HSV(B) | 353.05º | 0.45% | 0.83% | - |
| XYZ | 37.41 | 28.28 | 23.91 | - |
| YUV | 146.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 128 | 0 | 0.45 | 0.40 | 0.17 | 353.05 | 0.52 | 0.65 |
| Hex | D4 | 75 | 80 | 0 | 2D | 28 | 11 | 161 | 34 | 41 |
| Octal | 324 | 165 | 200 | 0 | 55 | 50 | 21 | 541 | 64 | 101 |
| Binary | 11010100 | 1110101 | 10000000 | 0 | 101101 | 101000 | 10001 | 101100001 | 110100 | 1000001 |
Color Harmonies of #D47580
Complementary color
Monochromatic Colors of #D47580
Black with #D47580
Text Example
Text Example
White with #D47580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47580; }
p { color: rgb(212,117,128); }
H1.HeaderClassName
{
color: #D47580;
}
.AnyTagClassName
{
color: #D47580;
}
</style>
background-color css
<style>
a { background-color: #D47580; }
a { background-color: rgb(212,117,128); }
div.DivClassName
{
background-color: #D47580;
}
.BgClassName
{
background-color: #D47580;
}
</style>
border-color css
<style>
span { border-color: #D47580; }
span { border-color: rgb(212,117,128); }
td.TdClassName
{
border-color: #D47580;
}
.TagClassName
{
border-color: #D47580;
}
</style>