Shades of Charm #D76D86
Tints of Charm #D76D86
RGB
CMYK
RGB Variations
Color information
#D76D86 (or 0xD76D86) is known color: Charm. HEX triplet: D7, 6D and 86. RGB value is (215,109,134). Sum of RGB (Red+Green+Blue) = 215+109+134=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D86 is #289279. Grayscale: #8F8F8F. Windows color (decimal): -2658938 or 8809943. OLE color: 8809943.
HSL color Cylindrical-coordinate representation of color #D76D86: hue angle of 345.85º 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 #D76D86 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 134 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.16 |
| HSL | 345.85º | 0.57% | 0.64% | - |
| HSV(B) | 345.85º | 0.49% | 0.84% | - |
| XYZ | 37.8 | 27.11 | 25.79 | - |
| YUV | 143.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 134 | 0 | 0.49 | 0.38 | 0.16 | 345.85 | 0.57 | 0.64 |
| Hex | D7 | 6D | 86 | 0 | 31 | 26 | 10 | 15A | 39 | 40 |
| Octal | 327 | 155 | 206 | 0 | 61 | 46 | 20 | 532 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10000110 | 0 | 110001 | 100110 | 10000 | 101011010 | 111001 | 1000000 |
Color Harmonies of #D76D86
Complementary color
Monochromatic Colors of #D76D86
Black with #D76D86
Text Example
Text Example
White with #D76D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D86; }
p { color: rgb(215,109,134); }
H1.HeaderClassName
{
color: #D76D86;
}
.AnyTagClassName
{
color: #D76D86;
}
</style>
background-color css
<style>
a { background-color: #D76D86; }
a { background-color: rgb(215,109,134); }
div.DivClassName
{
background-color: #D76D86;
}
.BgClassName
{
background-color: #D76D86;
}
</style>
border-color css
<style>
span { border-color: #D76D86; }
span { border-color: rgb(215,109,134); }
td.TdClassName
{
border-color: #D76D86;
}
.TagClassName
{
border-color: #D76D86;
}
</style>