Shades of Trendy Pink #886882
Tints of Trendy Pink #886882
RGB
CMYK
RGB Variations
Color information
#886882 (or 0x886882) is known color: Trendy Pink. HEX triplet: 88, 68 and 82. RGB value is (136,104,130). Sum of RGB (Red+Green+Blue) = 136+104+130=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #886882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886882 is #77977D. Grayscale: #747474. Windows color (decimal): -7837566 or 8546440. OLE color: 8546440.
HSL color Cylindrical-coordinate representation of color #886882: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886882 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 130 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.47 |
| HSL | 311.25º | 0.13% | 0.47% | - |
| HSV(B) | 311.25º | 0.24% | 0.53% | - |
| XYZ | 19.13 | 16.75 | 23.34 | - |
| YUV | 116.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 130 | 0 | 0.24 | 0.04 | 0.47 | 311.25 | 0.13 | 0.47 |
| Hex | 88 | 68 | 82 | 0 | 18 | 4 | 2F | 137 | D | 2F |
| Octal | 210 | 150 | 202 | 0 | 30 | 4 | 57 | 467 | 15 | 57 |
| Binary | 10001000 | 1101000 | 10000010 | 0 | 11000 | 100 | 101111 | 100110111 | 1101 | 101111 |
Color Harmonies of #886882
Complementary color
Monochromatic Colors of #886882
Black with #886882
Text Example
Text Example
White with #886882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886882; }
p { color: rgb(136,104,130); }
H1.HeaderClassName
{
color: #886882;
}
.AnyTagClassName
{
color: #886882;
}
</style>
background-color css
<style>
a { background-color: #886882; }
a { background-color: rgb(136,104,130); }
div.DivClassName
{
background-color: #886882;
}
.BgClassName
{
background-color: #886882;
}
</style>
border-color css
<style>
span { border-color: #886882; }
span { border-color: rgb(136,104,130); }
td.TdClassName
{
border-color: #886882;
}
.TagClassName
{
border-color: #886882;
}
</style>