Shades of Charm #D77C8E
Tints of Charm #D77C8E
RGB
CMYK
RGB Variations
Color information
#D77C8E (or 0xD77C8E) is known color: Charm. HEX triplet: D7, 7C and 8E. RGB value is (215,124,142). Sum of RGB (Red+Green+Blue) = 215+124+142=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C8E is #288371. Grayscale: #999999. Windows color (decimal): -2655090 or 9338071. OLE color: 9338071.
HSL color Cylindrical-coordinate representation of color #D77C8E: hue angle of 348.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77C8E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 142 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.16 |
| HSL | 348.13º | 0.53% | 0.66% | - |
| HSV(B) | 348.13º | 0.42% | 0.84% | - |
| XYZ | 40.11 | 30.82 | 29.42 | - |
| YUV | 153.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 142 | 0 | 0.42 | 0.34 | 0.16 | 348.13 | 0.53 | 0.66 |
| Hex | D7 | 7C | 8E | 0 | 2A | 22 | 10 | 15C | 35 | 42 |
| Octal | 327 | 174 | 216 | 0 | 52 | 42 | 20 | 534 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10001110 | 0 | 101010 | 100010 | 10000 | 101011100 | 110101 | 1000010 |
Color Harmonies of #D77C8E
Complementary color
Monochromatic Colors of #D77C8E
Black with #D77C8E
Text Example
Text Example
White with #D77C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C8E; }
p { color: rgb(215,124,142); }
H1.HeaderClassName
{
color: #D77C8E;
}
.AnyTagClassName
{
color: #D77C8E;
}
</style>
background-color css
<style>
a { background-color: #D77C8E; }
a { background-color: rgb(215,124,142); }
div.DivClassName
{
background-color: #D77C8E;
}
.BgClassName
{
background-color: #D77C8E;
}
</style>
border-color css
<style>
span { border-color: #D77C8E; }
span { border-color: rgb(215,124,142); }
td.TdClassName
{
border-color: #D77C8E;
}
.TagClassName
{
border-color: #D77C8E;
}
</style>