Shades of Charm #D76D89
Tints of Charm #D76D89
RGB
CMYK
RGB Variations
Color information
#D76D89 (or 0xD76D89) is known color: Charm. HEX triplet: D7, 6D and 89. RGB value is (215,109,137). Sum of RGB (Red+Green+Blue) = 215+109+137=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D89 is #289276. Grayscale: #8F8F8F. Windows color (decimal): -2658935 or 9006551. OLE color: 9006551.
HSL color Cylindrical-coordinate representation of color #D76D89: hue angle of 344.15º 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 #D76D89 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 137 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.16 |
| HSL | 344.15º | 0.57% | 0.64% | - |
| HSV(B) | 344.15º | 0.49% | 0.84% | - |
| XYZ | 38.01 | 27.19 | 26.91 | - |
| YUV | 143.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 137 | 0 | 0.49 | 0.36 | 0.16 | 344.15 | 0.57 | 0.64 |
| Hex | D7 | 6D | 89 | 0 | 31 | 24 | 10 | 158 | 39 | 40 |
| Octal | 327 | 155 | 211 | 0 | 61 | 44 | 20 | 530 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10001001 | 0 | 110001 | 100100 | 10000 | 101011000 | 111001 | 1000000 |
Color Harmonies of #D76D89
Complementary color
Monochromatic Colors of #D76D89
Black with #D76D89
Text Example
Text Example
White with #D76D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D89; }
p { color: rgb(215,109,137); }
H1.HeaderClassName
{
color: #D76D89;
}
.AnyTagClassName
{
color: #D76D89;
}
</style>
background-color css
<style>
a { background-color: #D76D89; }
a { background-color: rgb(215,109,137); }
div.DivClassName
{
background-color: #D76D89;
}
.BgClassName
{
background-color: #D76D89;
}
</style>
border-color css
<style>
span { border-color: #D76D89; }
span { border-color: rgb(215,109,137); }
td.TdClassName
{
border-color: #D76D89;
}
.TagClassName
{
border-color: #D76D89;
}
</style>