Shades of Charm #D77584
Tints of Charm #D77584
RGB
CMYK
RGB Variations
Color information
#D77584 (or 0xD77584) is known color: Charm. HEX triplet: D7, 75 and 84. RGB value is (215,117,132). Sum of RGB (Red+Green+Blue) = 215+117+132=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77584 is #288A7B. Grayscale: #949494. Windows color (decimal): -2656892 or 8680919. OLE color: 8680919.
HSL color Cylindrical-coordinate representation of color #D77584: hue angle of 350.82º 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 #D77584 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 132 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.16 |
| HSL | 350.82º | 0.55% | 0.65% | - |
| HSV(B) | 350.82º | 0.46% | 0.84% | - |
| XYZ | 38.55 | 28.84 | 25.36 | - |
| YUV | 148.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 132 | 0 | 0.46 | 0.39 | 0.16 | 350.82 | 0.55 | 0.65 |
| Hex | D7 | 75 | 84 | 0 | 2E | 27 | 10 | 15F | 37 | 41 |
| Octal | 327 | 165 | 204 | 0 | 56 | 47 | 20 | 537 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10000100 | 0 | 101110 | 100111 | 10000 | 101011111 | 110111 | 1000001 |
Color Harmonies of #D77584
Complementary color
Monochromatic Colors of #D77584
Black with #D77584
Text Example
Text Example
White with #D77584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77584; }
p { color: rgb(215,117,132); }
H1.HeaderClassName
{
color: #D77584;
}
.AnyTagClassName
{
color: #D77584;
}
</style>
background-color css
<style>
a { background-color: #D77584; }
a { background-color: rgb(215,117,132); }
div.DivClassName
{
background-color: #D77584;
}
.BgClassName
{
background-color: #D77584;
}
</style>
border-color css
<style>
span { border-color: #D77584; }
span { border-color: rgb(215,117,132); }
td.TdClassName
{
border-color: #D77584;
}
.TagClassName
{
border-color: #D77584;
}
</style>