Shades of Charm #D77B8F
Tints of Charm #D77B8F
RGB
CMYK
RGB Variations
Color information
#D77B8F (or 0xD77B8F) is known color: Charm. HEX triplet: D7, 7B and 8F. RGB value is (215,123,143). Sum of RGB (Red+Green+Blue) = 215+123+143=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B8F is #288470. Grayscale: #989898. Windows color (decimal): -2655345 or 9403351. OLE color: 9403351.
HSL color Cylindrical-coordinate representation of color #D77B8F: hue angle of 346.96º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77B8F is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 143 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.16 |
| HSL | 346.96º | 0.53% | 0.66% | - |
| HSV(B) | 346.96º | 0.43% | 0.84% | - |
| XYZ | 40.07 | 30.6 | 29.78 | - |
| YUV | 152.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 143 | 0 | 0.43 | 0.33 | 0.16 | 346.96 | 0.53 | 0.66 |
| Hex | D7 | 7B | 8F | 0 | 2B | 21 | 10 | 15B | 35 | 42 |
| Octal | 327 | 173 | 217 | 0 | 53 | 41 | 20 | 533 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10001111 | 0 | 101011 | 100001 | 10000 | 101011011 | 110101 | 1000010 |
Color Harmonies of #D77B8F
Complementary color
Monochromatic Colors of #D77B8F
Black with #D77B8F
Text Example
Text Example
White with #D77B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B8F; }
p { color: rgb(215,123,143); }
H1.HeaderClassName
{
color: #D77B8F;
}
.AnyTagClassName
{
color: #D77B8F;
}
</style>
background-color css
<style>
a { background-color: #D77B8F; }
a { background-color: rgb(215,123,143); }
div.DivClassName
{
background-color: #D77B8F;
}
.BgClassName
{
background-color: #D77B8F;
}
</style>
border-color css
<style>
span { border-color: #D77B8F; }
span { border-color: rgb(215,123,143); }
td.TdClassName
{
border-color: #D77B8F;
}
.TagClassName
{
border-color: #D77B8F;
}
</style>