Shades of Charm #D77286
Tints of Charm #D77286
RGB
CMYK
RGB Variations
Color information
#D77286 (or 0xD77286) is known color: Charm. HEX triplet: D7, 72 and 86. RGB value is (215,114,134). Sum of RGB (Red+Green+Blue) = 215+114+134=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77286 is #288D79. Grayscale: #929292. Windows color (decimal): -2657658 or 8811223. OLE color: 8811223.
HSL color Cylindrical-coordinate representation of color #D77286: hue angle of 348.12º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77286 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 134 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.16 |
| HSL | 348.12º | 0.56% | 0.65% | - |
| HSV(B) | 348.12º | 0.47% | 0.84% | - |
| XYZ | 38.34 | 28.2 | 25.98 | - |
| YUV | 146.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 134 | 0 | 0.47 | 0.38 | 0.16 | 348.12 | 0.56 | 0.65 |
| Hex | D7 | 72 | 86 | 0 | 2F | 26 | 10 | 15C | 38 | 41 |
| Octal | 327 | 162 | 206 | 0 | 57 | 46 | 20 | 534 | 70 | 101 |
| Binary | 11010111 | 1110010 | 10000110 | 0 | 101111 | 100110 | 10000 | 101011100 | 111000 | 1000001 |
Color Harmonies of #D77286
Complementary color
Monochromatic Colors of #D77286
Black with #D77286
Text Example
Text Example
White with #D77286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77286; }
p { color: rgb(215,114,134); }
H1.HeaderClassName
{
color: #D77286;
}
.AnyTagClassName
{
color: #D77286;
}
</style>
background-color css
<style>
a { background-color: #D77286; }
a { background-color: rgb(215,114,134); }
div.DivClassName
{
background-color: #D77286;
}
.BgClassName
{
background-color: #D77286;
}
</style>
border-color css
<style>
span { border-color: #D77286; }
span { border-color: rgb(215,114,134); }
td.TdClassName
{
border-color: #D77286;
}
.TagClassName
{
border-color: #D77286;
}
</style>