Shades of Charm #D77986
Tints of Charm #D77986
RGB
CMYK
RGB Variations
Color information
#D77986 (or 0xD77986) is known color: Charm. HEX triplet: D7, 79 and 86. RGB value is (215,121,134). Sum of RGB (Red+Green+Blue) = 215+121+134=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D77986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77986 is #288679. Grayscale: #969696. Windows color (decimal): -2655866 or 8813015. OLE color: 8813015.
HSL color Cylindrical-coordinate representation of color #D77986: hue angle of 351.7º 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 #D77986 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 134 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.16 |
| HSL | 351.7º | 0.54% | 0.66% | - |
| HSV(B) | 351.7º | 0.44% | 0.84% | - |
| XYZ | 39.16 | 29.84 | 26.25 | - |
| YUV | 150.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 134 | 0 | 0.44 | 0.38 | 0.16 | 351.7 | 0.54 | 0.66 |
| Hex | D7 | 79 | 86 | 0 | 2C | 26 | 10 | 160 | 36 | 42 |
| Octal | 327 | 171 | 206 | 0 | 54 | 46 | 20 | 540 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10000110 | 0 | 101100 | 100110 | 10000 | 101100000 | 110110 | 1000010 |
Color Harmonies of #D77986
Complementary color
Monochromatic Colors of #D77986
Black with #D77986
Text Example
Text Example
White with #D77986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77986; }
p { color: rgb(215,121,134); }
H1.HeaderClassName
{
color: #D77986;
}
.AnyTagClassName
{
color: #D77986;
}
</style>
background-color css
<style>
a { background-color: #D77986; }
a { background-color: rgb(215,121,134); }
div.DivClassName
{
background-color: #D77986;
}
.BgClassName
{
background-color: #D77986;
}
</style>
border-color css
<style>
span { border-color: #D77986; }
span { border-color: rgb(215,121,134); }
td.TdClassName
{
border-color: #D77986;
}
.TagClassName
{
border-color: #D77986;
}
</style>