Shades of Trendy Pink #886582
Tints of Trendy Pink #886582
RGB
CMYK
RGB Variations
Color information
#886582 (or 0x886582) is known color: Trendy Pink. HEX triplet: 88, 65 and 82. RGB value is (136,101,130). Sum of RGB (Red+Green+Blue) = 136+101+130=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #886582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886582 is #779A7D. Grayscale: #727272. Windows color (decimal): -7838334 or 8545672. OLE color: 8545672.
HSL color Cylindrical-coordinate representation of color #886582: hue angle of 310.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886582 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 130 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.47 |
| HSL | 310.29º | 0.15% | 0.46% | - |
| HSV(B) | 310.29º | 0.26% | 0.53% | - |
| XYZ | 18.84 | 16.15 | 23.24 | - |
| YUV | 114.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 130 | 0 | 0.26 | 0.04 | 0.47 | 310.29 | 0.15 | 0.46 |
| Hex | 88 | 65 | 82 | 0 | 1A | 4 | 2F | 136 | F | 2E |
| Octal | 210 | 145 | 202 | 0 | 32 | 4 | 57 | 466 | 17 | 56 |
| Binary | 10001000 | 1100101 | 10000010 | 0 | 11010 | 100 | 101111 | 100110110 | 1111 | 101110 |
Color Harmonies of #886582
Complementary color
Monochromatic Colors of #886582
Black with #886582
Text Example
Text Example
White with #886582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886582; }
p { color: rgb(136,101,130); }
H1.HeaderClassName
{
color: #886582;
}
.AnyTagClassName
{
color: #886582;
}
</style>
background-color css
<style>
a { background-color: #886582; }
a { background-color: rgb(136,101,130); }
div.DivClassName
{
background-color: #886582;
}
.BgClassName
{
background-color: #886582;
}
</style>
border-color css
<style>
span { border-color: #886582; }
span { border-color: rgb(136,101,130); }
td.TdClassName
{
border-color: #886582;
}
.TagClassName
{
border-color: #886582;
}
</style>