Shades of Trendy Pink #885B82
Tints of Trendy Pink #885B82
RGB
CMYK
RGB Variations
Color information
#885B82 (or 0x885B82) is known color: Trendy Pink. HEX triplet: 88, 5B and 82. RGB value is (136,91,130). Sum of RGB (Red+Green+Blue) = 136+91+130=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #885B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885B82 is #77A47D. Grayscale: #6C6C6C. Windows color (decimal): -7840894 or 8543112. OLE color: 8543112.
HSL color Cylindrical-coordinate representation of color #885B82: hue angle of 308º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #885B82 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 130 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.47 |
| HSL | 308º | 0.2% | 0.45% | - |
| HSV(B) | 308º | 0.33% | 0.53% | - |
| XYZ | 17.92 | 14.33 | 22.94 | - |
| YUV | 108.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 130 | 0 | 0.33 | 0.04 | 0.47 | 308 | 0.2 | 0.45 |
| Hex | 88 | 5B | 82 | 0 | 21 | 4 | 2F | 134 | 14 | 2D |
| Octal | 210 | 133 | 202 | 0 | 41 | 4 | 57 | 464 | 24 | 55 |
| Binary | 10001000 | 1011011 | 10000010 | 0 | 100001 | 100 | 101111 | 100110100 | 10100 | 101101 |
Color Harmonies of #885B82
Complementary color
Monochromatic Colors of #885B82
Black with #885B82
Text Example
Text Example
White with #885B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B82; }
p { color: rgb(136,91,130); }
H1.HeaderClassName
{
color: #885B82;
}
.AnyTagClassName
{
color: #885B82;
}
</style>
background-color css
<style>
a { background-color: #885B82; }
a { background-color: rgb(136,91,130); }
div.DivClassName
{
background-color: #885B82;
}
.BgClassName
{
background-color: #885B82;
}
</style>
border-color css
<style>
span { border-color: #885B82; }
span { border-color: rgb(136,91,130); }
td.TdClassName
{
border-color: #885B82;
}
.TagClassName
{
border-color: #885B82;
}
</style>