Shades of Charm #D77889
Tints of Charm #D77889
RGB
CMYK
RGB Variations
Color information
#D77889 (or 0xD77889) is known color: Charm. HEX triplet: D7, 78 and 89. RGB value is (215,120,137). Sum of RGB (Red+Green+Blue) = 215+120+137=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77889 is #288776. Grayscale: #969696. Windows color (decimal): -2656119 or 9009367. OLE color: 9009367.
HSL color Cylindrical-coordinate representation of color #D77889: hue angle of 349.26º 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 #D77889 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 137 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.16 |
| HSL | 349.26º | 0.54% | 0.66% | - |
| HSV(B) | 349.26º | 0.44% | 0.84% | - |
| XYZ | 39.26 | 29.69 | 27.33 | - |
| YUV | 150.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 137 | 0 | 0.44 | 0.36 | 0.16 | 349.26 | 0.54 | 0.66 |
| Hex | D7 | 78 | 89 | 0 | 2C | 24 | 10 | 15D | 36 | 42 |
| Octal | 327 | 170 | 211 | 0 | 54 | 44 | 20 | 535 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10001001 | 0 | 101100 | 100100 | 10000 | 101011101 | 110110 | 1000010 |
Color Harmonies of #D77889
Complementary color
Monochromatic Colors of #D77889
Black with #D77889
Text Example
Text Example
White with #D77889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77889; }
p { color: rgb(215,120,137); }
H1.HeaderClassName
{
color: #D77889;
}
.AnyTagClassName
{
color: #D77889;
}
</style>
background-color css
<style>
a { background-color: #D77889; }
a { background-color: rgb(215,120,137); }
div.DivClassName
{
background-color: #D77889;
}
.BgClassName
{
background-color: #D77889;
}
</style>
border-color css
<style>
span { border-color: #D77889; }
span { border-color: rgb(215,120,137); }
td.TdClassName
{
border-color: #D77889;
}
.TagClassName
{
border-color: #D77889;
}
</style>