Shades of Charm #D77882
Tints of Charm #D77882
RGB
CMYK
RGB Variations
Color information
#D77882 (or 0xD77882) is known color: Charm. HEX triplet: D7, 78 and 82. RGB value is (215,120,130). Sum of RGB (Red+Green+Blue) = 215+120+130=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D77882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77882 is #28877D. Grayscale: #959595. Windows color (decimal): -2656126 or 8550615. OLE color: 8550615.
HSL color Cylindrical-coordinate representation of color #D77882: hue angle of 353.68º 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 #D77882 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 130 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.16 |
| HSL | 353.68º | 0.54% | 0.66% | - |
| HSV(B) | 353.68º | 0.44% | 0.84% | - |
| XYZ | 38.77 | 29.49 | 24.77 | - |
| YUV | 149.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 130 | 0 | 0.44 | 0.40 | 0.16 | 353.68 | 0.54 | 0.66 |
| Hex | D7 | 78 | 82 | 0 | 2C | 28 | 10 | 162 | 36 | 42 |
| Octal | 327 | 170 | 202 | 0 | 54 | 50 | 20 | 542 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10000010 | 0 | 101100 | 101000 | 10000 | 101100010 | 110110 | 1000010 |
Color Harmonies of #D77882
Complementary color
Monochromatic Colors of #D77882
Black with #D77882
Text Example
Text Example
White with #D77882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77882; }
p { color: rgb(215,120,130); }
H1.HeaderClassName
{
color: #D77882;
}
.AnyTagClassName
{
color: #D77882;
}
</style>
background-color css
<style>
a { background-color: #D77882; }
a { background-color: rgb(215,120,130); }
div.DivClassName
{
background-color: #D77882;
}
.BgClassName
{
background-color: #D77882;
}
</style>
border-color css
<style>
span { border-color: #D77882; }
span { border-color: rgb(215,120,130); }
td.TdClassName
{
border-color: #D77882;
}
.TagClassName
{
border-color: #D77882;
}
</style>