Shades of Charm #D77784
Tints of Charm #D77784
RGB
CMYK
RGB Variations
Color information
#D77784 (or 0xD77784) is known color: Charm. HEX triplet: D7, 77 and 84. RGB value is (215,119,132). Sum of RGB (Red+Green+Blue) = 215+119+132=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D77784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77784 is #28887B. Grayscale: #959595. Windows color (decimal): -2656380 or 8681431. OLE color: 8681431.
HSL color Cylindrical-coordinate representation of color #D77784: hue angle of 351.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77784 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 132 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.16 |
| HSL | 351.88º | 0.55% | 0.65% | - |
| HSV(B) | 351.88º | 0.45% | 0.84% | - |
| XYZ | 38.79 | 29.31 | 25.44 | - |
| YUV | 149.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 132 | 0 | 0.45 | 0.39 | 0.16 | 351.88 | 0.55 | 0.65 |
| Hex | D7 | 77 | 84 | 0 | 2D | 27 | 10 | 160 | 37 | 41 |
| Octal | 327 | 167 | 204 | 0 | 55 | 47 | 20 | 540 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10000100 | 0 | 101101 | 100111 | 10000 | 101100000 | 110111 | 1000001 |
Color Harmonies of #D77784
Complementary color
Monochromatic Colors of #D77784
Black with #D77784
Text Example
Text Example
White with #D77784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77784; }
p { color: rgb(215,119,132); }
H1.HeaderClassName
{
color: #D77784;
}
.AnyTagClassName
{
color: #D77784;
}
</style>
background-color css
<style>
a { background-color: #D77784; }
a { background-color: rgb(215,119,132); }
div.DivClassName
{
background-color: #D77784;
}
.BgClassName
{
background-color: #D77784;
}
</style>
border-color css
<style>
span { border-color: #D77784; }
span { border-color: rgb(215,119,132); }
td.TdClassName
{
border-color: #D77784;
}
.TagClassName
{
border-color: #D77784;
}
</style>