Shades of Charm #D77988
Tints of Charm #D77988
RGB
CMYK
RGB Variations
Color information
#D77988 (or 0xD77988) is known color: Charm. HEX triplet: D7, 79 and 88. RGB value is (215,121,136). Sum of RGB (Red+Green+Blue) = 215+121+136=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77988 is #288677. Grayscale: #969696. Windows color (decimal): -2655864 or 8944087. OLE color: 8944087.
HSL color Cylindrical-coordinate representation of color #D77988: hue angle of 350.43º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77988 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 136 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.16 |
| HSL | 350.43º | 0.54% | 0.66% | - |
| HSV(B) | 350.43º | 0.44% | 0.84% | - |
| XYZ | 39.31 | 29.9 | 26.99 | - |
| YUV | 150.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 136 | 0 | 0.44 | 0.37 | 0.16 | 350.43 | 0.54 | 0.66 |
| Hex | D7 | 79 | 88 | 0 | 2C | 25 | 10 | 15E | 36 | 42 |
| Octal | 327 | 171 | 210 | 0 | 54 | 45 | 20 | 536 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10001000 | 0 | 101100 | 100101 | 10000 | 101011110 | 110110 | 1000010 |
Color Harmonies of #D77988
Complementary color
Monochromatic Colors of #D77988
Black with #D77988
Text Example
Text Example
White with #D77988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77988; }
p { color: rgb(215,121,136); }
H1.HeaderClassName
{
color: #D77988;
}
.AnyTagClassName
{
color: #D77988;
}
</style>
background-color css
<style>
a { background-color: #D77988; }
a { background-color: rgb(215,121,136); }
div.DivClassName
{
background-color: #D77988;
}
.BgClassName
{
background-color: #D77988;
}
</style>
border-color css
<style>
span { border-color: #D77988; }
span { border-color: rgb(215,121,136); }
td.TdClassName
{
border-color: #D77988;
}
.TagClassName
{
border-color: #D77988;
}
</style>