Shades of Charm #D76E85
Tints of Charm #D76E85
RGB
CMYK
RGB Variations
Color information
#D76E85 (or 0xD76E85) is known color: Charm. HEX triplet: D7, 6E and 85. RGB value is (215,110,133). Sum of RGB (Red+Green+Blue) = 215+110+133=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E85 is #28917A. Grayscale: #909090. Windows color (decimal): -2658683 or 8744663. OLE color: 8744663.
HSL color Cylindrical-coordinate representation of color #D76E85: hue angle of 346.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76E85 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 133 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.16 |
| HSL | 346.86º | 0.57% | 0.64% | - |
| HSV(B) | 346.86º | 0.49% | 0.84% | - |
| XYZ | 37.83 | 27.29 | 25.46 | - |
| YUV | 144.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 133 | 0 | 0.49 | 0.38 | 0.16 | 346.86 | 0.57 | 0.64 |
| Hex | D7 | 6E | 85 | 0 | 31 | 26 | 10 | 15B | 39 | 40 |
| Octal | 327 | 156 | 205 | 0 | 61 | 46 | 20 | 533 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10000101 | 0 | 110001 | 100110 | 10000 | 101011011 | 111001 | 1000000 |
Color Harmonies of #D76E85
Complementary color
Monochromatic Colors of #D76E85
Black with #D76E85
Text Example
Text Example
White with #D76E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E85; }
p { color: rgb(215,110,133); }
H1.HeaderClassName
{
color: #D76E85;
}
.AnyTagClassName
{
color: #D76E85;
}
</style>
background-color css
<style>
a { background-color: #D76E85; }
a { background-color: rgb(215,110,133); }
div.DivClassName
{
background-color: #D76E85;
}
.BgClassName
{
background-color: #D76E85;
}
</style>
border-color css
<style>
span { border-color: #D76E85; }
span { border-color: rgb(215,110,133); }
td.TdClassName
{
border-color: #D76E85;
}
.TagClassName
{
border-color: #D76E85;
}
</style>