Shades of Trendy Pink #886282
Tints of Trendy Pink #886282
RGB
CMYK
RGB Variations
Color information
#886282 (or 0x886282) is known color: Trendy Pink. HEX triplet: 88, 62 and 82. RGB value is (136,98,130). Sum of RGB (Red+Green+Blue) = 136+98+130=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #886282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886282 is #779D7D. Grayscale: #707070. Windows color (decimal): -7839102 or 8544904. OLE color: 8544904.
HSL color Cylindrical-coordinate representation of color #886282: hue angle of 309.47º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886282 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 130 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.47 |
| HSL | 309.47º | 0.16% | 0.46% | - |
| HSV(B) | 309.47º | 0.28% | 0.53% | - |
| XYZ | 18.55 | 15.58 | 23.15 | - |
| YUV | 113.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 130 | 0 | 0.28 | 0.04 | 0.47 | 309.47 | 0.16 | 0.46 |
| Hex | 88 | 62 | 82 | 0 | 1C | 4 | 2F | 135 | 10 | 2E |
| Octal | 210 | 142 | 202 | 0 | 34 | 4 | 57 | 465 | 20 | 56 |
| Binary | 10001000 | 1100010 | 10000010 | 0 | 11100 | 100 | 101111 | 100110101 | 10000 | 101110 |
Color Harmonies of #886282
Complementary color
Monochromatic Colors of #886282
Black with #886282
Text Example
Text Example
White with #886282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886282; }
p { color: rgb(136,98,130); }
H1.HeaderClassName
{
color: #886282;
}
.AnyTagClassName
{
color: #886282;
}
</style>
background-color css
<style>
a { background-color: #886282; }
a { background-color: rgb(136,98,130); }
div.DivClassName
{
background-color: #886282;
}
.BgClassName
{
background-color: #886282;
}
</style>
border-color css
<style>
span { border-color: #886282; }
span { border-color: rgb(136,98,130); }
td.TdClassName
{
border-color: #886282;
}
.TagClassName
{
border-color: #886282;
}
</style>