Shades of Charm #D47582
Tints of Charm #D47582
RGB
CMYK
RGB Variations
Color information
#D47582 (or 0xD47582) is known color: Charm. HEX triplet: D4, 75 and 82. RGB value is (212,117,130). Sum of RGB (Red+Green+Blue) = 212+117+130=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D47582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47582 is #2B8A7D. Grayscale: #929292. Windows color (decimal): -2853502 or 8549844. OLE color: 8549844.
HSL color Cylindrical-coordinate representation of color #D47582: hue angle of 351.79º 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 #D47582 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 130 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.17 |
| HSL | 351.79º | 0.52% | 0.65% | - |
| HSV(B) | 351.79º | 0.45% | 0.83% | - |
| XYZ | 37.54 | 28.33 | 24.61 | - |
| YUV | 146.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 130 | 0 | 0.45 | 0.39 | 0.17 | 351.79 | 0.52 | 0.65 |
| Hex | D4 | 75 | 82 | 0 | 2D | 27 | 11 | 160 | 34 | 41 |
| Octal | 324 | 165 | 202 | 0 | 55 | 47 | 21 | 540 | 64 | 101 |
| Binary | 11010100 | 1110101 | 10000010 | 0 | 101101 | 100111 | 10001 | 101100000 | 110100 | 1000001 |
Color Harmonies of #D47582
Complementary color
Monochromatic Colors of #D47582
Black with #D47582
Text Example
Text Example
White with #D47582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47582; }
p { color: rgb(212,117,130); }
H1.HeaderClassName
{
color: #D47582;
}
.AnyTagClassName
{
color: #D47582;
}
</style>
background-color css
<style>
a { background-color: #D47582; }
a { background-color: rgb(212,117,130); }
div.DivClassName
{
background-color: #D47582;
}
.BgClassName
{
background-color: #D47582;
}
</style>
border-color css
<style>
span { border-color: #D47582; }
span { border-color: rgb(212,117,130); }
td.TdClassName
{
border-color: #D47582;
}
.TagClassName
{
border-color: #D47582;
}
</style>