Shades of Charm #D76F87
Tints of Charm #D76F87
RGB
CMYK
RGB Variations
Color information
#D76F87 (or 0xD76F87) is known color: Charm. HEX triplet: D7, 6F and 87. RGB value is (215,111,135). Sum of RGB (Red+Green+Blue) = 215+111+135=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F87 is #289078. Grayscale: #909090. Windows color (decimal): -2658425 or 8875991. OLE color: 8875991.
HSL color Cylindrical-coordinate representation of color #D76F87: hue angle of 346.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F87 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 135 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.16 |
| HSL | 346.15º | 0.57% | 0.64% | - |
| HSV(B) | 346.15º | 0.48% | 0.84% | - |
| XYZ | 38.08 | 27.57 | 26.24 | - |
| YUV | 144.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 135 | 0 | 0.48 | 0.37 | 0.16 | 346.15 | 0.57 | 0.64 |
| Hex | D7 | 6F | 87 | 0 | 30 | 25 | 10 | 15A | 39 | 40 |
| Octal | 327 | 157 | 207 | 0 | 60 | 45 | 20 | 532 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10000111 | 0 | 110000 | 100101 | 10000 | 101011010 | 111001 | 1000000 |
Color Harmonies of #D76F87
Complementary color
Monochromatic Colors of #D76F87
Black with #D76F87
Text Example
Text Example
White with #D76F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F87; }
p { color: rgb(215,111,135); }
H1.HeaderClassName
{
color: #D76F87;
}
.AnyTagClassName
{
color: #D76F87;
}
</style>
background-color css
<style>
a { background-color: #D76F87; }
a { background-color: rgb(215,111,135); }
div.DivClassName
{
background-color: #D76F87;
}
.BgClassName
{
background-color: #D76F87;
}
</style>
border-color css
<style>
span { border-color: #D76F87; }
span { border-color: rgb(215,111,135); }
td.TdClassName
{
border-color: #D76F87;
}
.TagClassName
{
border-color: #D76F87;
}
</style>