Shades of Charm #D77484
Tints of Charm #D77484
RGB
CMYK
RGB Variations
Color information
#D77484 (or 0xD77484) is known color: Charm. HEX triplet: D7, 74 and 84. RGB value is (215,116,132). Sum of RGB (Red+Green+Blue) = 215+116+132=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77484 is #288B7B. Grayscale: #939393. Windows color (decimal): -2657148 or 8680663. OLE color: 8680663.
HSL color Cylindrical-coordinate representation of color #D77484: hue angle of 350.3º 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 #D77484 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 132 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.16 |
| HSL | 350.3º | 0.55% | 0.65% | - |
| HSV(B) | 350.3º | 0.46% | 0.84% | - |
| XYZ | 38.43 | 28.6 | 25.33 | - |
| YUV | 147.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 132 | 0 | 0.46 | 0.39 | 0.16 | 350.3 | 0.55 | 0.65 |
| Hex | D7 | 74 | 84 | 0 | 2E | 27 | 10 | 15E | 37 | 41 |
| Octal | 327 | 164 | 204 | 0 | 56 | 47 | 20 | 536 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10000100 | 0 | 101110 | 100111 | 10000 | 101011110 | 110111 | 1000001 |
Color Harmonies of #D77484
Complementary color
Monochromatic Colors of #D77484
Black with #D77484
Text Example
Text Example
White with #D77484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77484; }
p { color: rgb(215,116,132); }
H1.HeaderClassName
{
color: #D77484;
}
.AnyTagClassName
{
color: #D77484;
}
</style>
background-color css
<style>
a { background-color: #D77484; }
a { background-color: rgb(215,116,132); }
div.DivClassName
{
background-color: #D77484;
}
.BgClassName
{
background-color: #D77484;
}
</style>
border-color css
<style>
span { border-color: #D77484; }
span { border-color: rgb(215,116,132); }
td.TdClassName
{
border-color: #D77484;
}
.TagClassName
{
border-color: #D77484;
}
</style>