Shades of Charm #D76E7F
Tints of Charm #D76E7F
RGB
CMYK
RGB Variations
Color information
#D76E7F (or 0xD76E7F) is known color: Charm. HEX triplet: D7, 6E and 7F. RGB value is (215,110,127). Sum of RGB (Red+Green+Blue) = 215+110+127=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E7F is #289180. Grayscale: #8F8F8F. Windows color (decimal): -2658689 or 8351447. OLE color: 8351447.
HSL color Cylindrical-coordinate representation of color #D76E7F: hue angle of 350.29º 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 #D76E7F is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 127 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.16 |
| HSL | 350.29º | 0.57% | 0.64% | - |
| HSV(B) | 350.29º | 0.49% | 0.84% | - |
| XYZ | 37.43 | 27.13 | 23.34 | - |
| YUV | 143.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 127 | 0 | 0.49 | 0.41 | 0.16 | 350.29 | 0.57 | 0.64 |
| Hex | D7 | 6E | 7F | 0 | 31 | 29 | 10 | 15E | 39 | 40 |
| Octal | 327 | 156 | 177 | 0 | 61 | 51 | 20 | 536 | 71 | 100 |
| Binary | 11010111 | 1101110 | 1111111 | 0 | 110001 | 101001 | 10000 | 101011110 | 111001 | 1000000 |
Color Harmonies of #D76E7F
Complementary color
Monochromatic Colors of #D76E7F
Black with #D76E7F
Text Example
Text Example
White with #D76E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E7F; }
p { color: rgb(215,110,127); }
H1.HeaderClassName
{
color: #D76E7F;
}
.AnyTagClassName
{
color: #D76E7F;
}
</style>
background-color css
<style>
a { background-color: #D76E7F; }
a { background-color: rgb(215,110,127); }
div.DivClassName
{
background-color: #D76E7F;
}
.BgClassName
{
background-color: #D76E7F;
}
</style>
border-color css
<style>
span { border-color: #D76E7F; }
span { border-color: rgb(215,110,127); }
td.TdClassName
{
border-color: #D76E7F;
}
.TagClassName
{
border-color: #D76E7F;
}
</style>