Shades of Trendy Pink #884B86
Tints of Trendy Pink #884B86
RGB
CMYK
RGB Variations
Color information
#884B86 (or 0x884B86) is known color: Trendy Pink. HEX triplet: 88, 4B and 86. RGB value is (136,75,134). Sum of RGB (Red+Green+Blue) = 136+75+134=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #884B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884B86 is #77B479. Grayscale: #636363. Windows color (decimal): -7844986 or 8801160. OLE color: 8801160.
HSL color Cylindrical-coordinate representation of color #884B86: hue angle of 301.97º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B86 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 134 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.47 |
| HSL | 301.97º | 0.29% | 0.41% | - |
| HSV(B) | 301.97º | 0.45% | 0.53% | - |
| XYZ | 16.97 | 11.99 | 23.97 | - |
| YUV | 99.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 134 | 0 | 0.45 | 0.01 | 0.47 | 301.97 | 0.29 | 0.41 |
| Hex | 88 | 4B | 86 | 0 | 2D | 1 | 2F | 12E | 1D | 29 |
| Octal | 210 | 113 | 206 | 0 | 55 | 1 | 57 | 456 | 35 | 51 |
| Binary | 10001000 | 1001011 | 10000110 | 0 | 101101 | 1 | 101111 | 100101110 | 11101 | 101001 |
Color Harmonies of #884B86
Complementary color
Monochromatic Colors of #884B86
Black with #884B86
Text Example
Text Example
White with #884B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B86; }
p { color: rgb(136,75,134); }
H1.HeaderClassName
{
color: #884B86;
}
.AnyTagClassName
{
color: #884B86;
}
</style>
background-color css
<style>
a { background-color: #884B86; }
a { background-color: rgb(136,75,134); }
div.DivClassName
{
background-color: #884B86;
}
.BgClassName
{
background-color: #884B86;
}
</style>
border-color css
<style>
span { border-color: #884B86; }
span { border-color: rgb(136,75,134); }
td.TdClassName
{
border-color: #884B86;
}
.TagClassName
{
border-color: #884B86;
}
</style>