Shades of Charm #D77186
Tints of Charm #D77186
RGB
CMYK
RGB Variations
Color information
#D77186 (or 0xD77186) is known color: Charm. HEX triplet: D7, 71 and 86. RGB value is (215,113,134). Sum of RGB (Red+Green+Blue) = 215+113+134=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D77186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77186 is #288E79. Grayscale: #919191. Windows color (decimal): -2657914 or 8810967. OLE color: 8810967.
HSL color Cylindrical-coordinate representation of color #D77186: hue angle of 347.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77186 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 134 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.16 |
| HSL | 347.65º | 0.56% | 0.64% | - |
| HSV(B) | 347.65º | 0.47% | 0.84% | - |
| XYZ | 38.23 | 27.98 | 25.94 | - |
| YUV | 145.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 134 | 0 | 0.47 | 0.38 | 0.16 | 347.65 | 0.56 | 0.64 |
| Hex | D7 | 71 | 86 | 0 | 2F | 26 | 10 | 15C | 38 | 40 |
| Octal | 327 | 161 | 206 | 0 | 57 | 46 | 20 | 534 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10000110 | 0 | 101111 | 100110 | 10000 | 101011100 | 111000 | 1000000 |
Color Harmonies of #D77186
Complementary color
Monochromatic Colors of #D77186
Black with #D77186
Text Example
Text Example
White with #D77186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77186; }
p { color: rgb(215,113,134); }
H1.HeaderClassName
{
color: #D77186;
}
.AnyTagClassName
{
color: #D77186;
}
</style>
background-color css
<style>
a { background-color: #D77186; }
a { background-color: rgb(215,113,134); }
div.DivClassName
{
background-color: #D77186;
}
.BgClassName
{
background-color: #D77186;
}
</style>
border-color css
<style>
span { border-color: #D77186; }
span { border-color: rgb(215,113,134); }
td.TdClassName
{
border-color: #D77186;
}
.TagClassName
{
border-color: #D77186;
}
</style>