Shades of Charm #D77B8D
Tints of Charm #D77B8D
RGB
CMYK
RGB Variations
Color information
#D77B8D (or 0xD77B8D) is known color: Charm. HEX triplet: D7, 7B and 8D. RGB value is (215,123,141). Sum of RGB (Red+Green+Blue) = 215+123+141=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B8D is #288472. Grayscale: #989898. Windows color (decimal): -2655347 or 9272279. OLE color: 9272279.
HSL color Cylindrical-coordinate representation of color #D77B8D: hue angle of 348.26º 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 #D77B8D is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 141 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.16 |
| HSL | 348.26º | 0.53% | 0.66% | - |
| HSV(B) | 348.26º | 0.43% | 0.84% | - |
| XYZ | 39.92 | 30.54 | 28.99 | - |
| YUV | 152.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 141 | 0 | 0.43 | 0.34 | 0.16 | 348.26 | 0.53 | 0.66 |
| Hex | D7 | 7B | 8D | 0 | 2B | 22 | 10 | 15C | 35 | 42 |
| Octal | 327 | 173 | 215 | 0 | 53 | 42 | 20 | 534 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10001101 | 0 | 101011 | 100010 | 10000 | 101011100 | 110101 | 1000010 |
Color Harmonies of #D77B8D
Complementary color
Monochromatic Colors of #D77B8D
Black with #D77B8D
Text Example
Text Example
White with #D77B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B8D; }
p { color: rgb(215,123,141); }
H1.HeaderClassName
{
color: #D77B8D;
}
.AnyTagClassName
{
color: #D77B8D;
}
</style>
background-color css
<style>
a { background-color: #D77B8D; }
a { background-color: rgb(215,123,141); }
div.DivClassName
{
background-color: #D77B8D;
}
.BgClassName
{
background-color: #D77B8D;
}
</style>
border-color css
<style>
span { border-color: #D77B8D; }
span { border-color: rgb(215,123,141); }
td.TdClassName
{
border-color: #D77B8D;
}
.TagClassName
{
border-color: #D77B8D;
}
</style>