Shades of Charm #D8778E
Tints of Charm #D8778E
RGB
CMYK
RGB Variations
Color information
#D8778E (or 0xD8778E) is known color: Charm. HEX triplet: D8, 77 and 8E. RGB value is (216,119,142). Sum of RGB (Red+Green+Blue) = 216+119+142=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8778E is #278871. Grayscale: #969696. Windows color (decimal): -2590834 or 9336792. OLE color: 9336792.
HSL color Cylindrical-coordinate representation of color #D8778E: hue angle of 345.77º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8778E is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 142 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.15 |
| HSL | 345.77º | 0.55% | 0.66% | - |
| HSV(B) | 345.77º | 0.45% | 0.85% | - |
| XYZ | 39.8 | 29.75 | 29.24 | - |
| YUV | 150.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 142 | 0 | 0.45 | 0.34 | 0.15 | 345.77 | 0.55 | 0.66 |
| Hex | D8 | 77 | 8E | 0 | 2D | 22 | F | 15A | 37 | 42 |
| Octal | 330 | 167 | 216 | 0 | 55 | 42 | 17 | 532 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10001110 | 0 | 101101 | 100010 | 1111 | 101011010 | 110111 | 1000010 |
Color Harmonies of #D8778E
Complementary color
Monochromatic Colors of #D8778E
Black with #D8778E
Text Example
Text Example
White with #D8778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8778E; }
p { color: rgb(216,119,142); }
H1.HeaderClassName
{
color: #D8778E;
}
.AnyTagClassName
{
color: #D8778E;
}
</style>
background-color css
<style>
a { background-color: #D8778E; }
a { background-color: rgb(216,119,142); }
div.DivClassName
{
background-color: #D8778E;
}
.BgClassName
{
background-color: #D8778E;
}
</style>
border-color css
<style>
span { border-color: #D8778E; }
span { border-color: rgb(216,119,142); }
td.TdClassName
{
border-color: #D8778E;
}
.TagClassName
{
border-color: #D8778E;
}
</style>