Shades of Charm #D77489
Tints of Charm #D77489
RGB
CMYK
RGB Variations
Color information
#D77489 (or 0xD77489) is known color: Charm. HEX triplet: D7, 74 and 89. RGB value is (215,116,137). Sum of RGB (Red+Green+Blue) = 215+116+137=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D77489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77489 is #288B76. Grayscale: #949494. Windows color (decimal): -2657143 or 9008343. OLE color: 9008343.
HSL color Cylindrical-coordinate representation of color #D77489: hue angle of 347.27º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77489 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 137 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.16 |
| HSL | 347.27º | 0.55% | 0.65% | - |
| HSV(B) | 347.27º | 0.46% | 0.84% | - |
| XYZ | 38.79 | 28.74 | 27.17 | - |
| YUV | 148 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 137 | 0 | 0.46 | 0.36 | 0.16 | 347.27 | 0.55 | 0.65 |
| Hex | D7 | 74 | 89 | 0 | 2E | 24 | 10 | 15B | 37 | 41 |
| Octal | 327 | 164 | 211 | 0 | 56 | 44 | 20 | 533 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10001001 | 0 | 101110 | 100100 | 10000 | 101011011 | 110111 | 1000001 |
Color Harmonies of #D77489
Complementary color
Monochromatic Colors of #D77489
Black with #D77489
Text Example
Text Example
White with #D77489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77489; }
p { color: rgb(215,116,137); }
H1.HeaderClassName
{
color: #D77489;
}
.AnyTagClassName
{
color: #D77489;
}
</style>
background-color css
<style>
a { background-color: #D77489; }
a { background-color: rgb(215,116,137); }
div.DivClassName
{
background-color: #D77489;
}
.BgClassName
{
background-color: #D77489;
}
</style>
border-color css
<style>
span { border-color: #D77489; }
span { border-color: rgb(215,116,137); }
td.TdClassName
{
border-color: #D77489;
}
.TagClassName
{
border-color: #D77489;
}
</style>