Shades of Charm #D76D85
Tints of Charm #D76D85
RGB
CMYK
RGB Variations
Color information
#D76D85 (or 0xD76D85) is known color: Charm. HEX triplet: D7, 6D and 85. RGB value is (215,109,133). Sum of RGB (Red+Green+Blue) = 215+109+133=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D85 is #28927A. Grayscale: #8F8F8F. Windows color (decimal): -2658939 or 8744407. OLE color: 8744407.
HSL color Cylindrical-coordinate representation of color #D76D85: hue angle of 346.42º 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 #D76D85 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 133 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.16 |
| HSL | 346.42º | 0.57% | 0.64% | - |
| HSV(B) | 346.42º | 0.49% | 0.84% | - |
| XYZ | 37.73 | 27.08 | 25.43 | - |
| YUV | 143.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 133 | 0 | 0.49 | 0.38 | 0.16 | 346.42 | 0.57 | 0.64 |
| Hex | D7 | 6D | 85 | 0 | 31 | 26 | 10 | 15A | 39 | 40 |
| Octal | 327 | 155 | 205 | 0 | 61 | 46 | 20 | 532 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10000101 | 0 | 110001 | 100110 | 10000 | 101011010 | 111001 | 1000000 |
Color Harmonies of #D76D85
Complementary color
Monochromatic Colors of #D76D85
Black with #D76D85
Text Example
Text Example
White with #D76D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D85; }
p { color: rgb(215,109,133); }
H1.HeaderClassName
{
color: #D76D85;
}
.AnyTagClassName
{
color: #D76D85;
}
</style>
background-color css
<style>
a { background-color: #D76D85; }
a { background-color: rgb(215,109,133); }
div.DivClassName
{
background-color: #D76D85;
}
.BgClassName
{
background-color: #D76D85;
}
</style>
border-color css
<style>
span { border-color: #D76D85; }
span { border-color: rgb(215,109,133); }
td.TdClassName
{
border-color: #D76D85;
}
.TagClassName
{
border-color: #D76D85;
}
</style>