Shades of Charm #D77E8D
Tints of Charm #D77E8D
RGB
CMYK
RGB Variations
Color information
#D77E8D (or 0xD77E8D) is known color: Charm. HEX triplet: D7, 7E and 8D. RGB value is (215,126,141). Sum of RGB (Red+Green+Blue) = 215+126+141=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77E8D is #288172. Grayscale: #9A9A9A. Windows color (decimal): -2654579 or 9273047. OLE color: 9273047.
HSL color Cylindrical-coordinate representation of color #D77E8D: hue angle of 349.89º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77E8D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 141 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.16 |
| HSL | 349.89º | 0.53% | 0.67% | - |
| HSV(B) | 349.89º | 0.41% | 0.84% | - |
| XYZ | 40.29 | 31.29 | 29.12 | - |
| YUV | 154.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 141 | 0 | 0.41 | 0.34 | 0.16 | 349.89 | 0.53 | 0.67 |
| Hex | D7 | 7E | 8D | 0 | 29 | 22 | 10 | 15E | 35 | 43 |
| Octal | 327 | 176 | 215 | 0 | 51 | 42 | 20 | 536 | 65 | 103 |
| Binary | 11010111 | 1111110 | 10001101 | 0 | 101001 | 100010 | 10000 | 101011110 | 110101 | 1000011 |
Color Harmonies of #D77E8D
Complementary color
Monochromatic Colors of #D77E8D
Black with #D77E8D
Text Example
Text Example
White with #D77E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E8D; }
p { color: rgb(215,126,141); }
H1.HeaderClassName
{
color: #D77E8D;
}
.AnyTagClassName
{
color: #D77E8D;
}
</style>
background-color css
<style>
a { background-color: #D77E8D; }
a { background-color: rgb(215,126,141); }
div.DivClassName
{
background-color: #D77E8D;
}
.BgClassName
{
background-color: #D77E8D;
}
</style>
border-color css
<style>
span { border-color: #D77E8D; }
span { border-color: rgb(215,126,141); }
td.TdClassName
{
border-color: #D77E8D;
}
.TagClassName
{
border-color: #D77E8D;
}
</style>