Shades of Trendy Pink #886488
Tints of Trendy Pink #886488
RGB
CMYK
RGB Variations
Color information
#886488 (or 0x886488) is known color: Trendy Pink. HEX triplet: 88, 64 and 88. RGB value is (136,100,136). Sum of RGB (Red+Green+Blue) = 136+100+136=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #886488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886488 is #779B77. Grayscale: #727272. Windows color (decimal): -7838584 or 8938632. OLE color: 8938632.
HSL color Cylindrical-coordinate representation of color #886488: hue angle of 300º 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 #886488 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 136 | - |
| CMYK | 0 | 0.26 | 0 | 0.47 |
| HSL | 300º | 0.15% | 0.46% | - |
| HSV(B) | 300º | 0.26% | 0.53% | - |
| XYZ | 19.15 | 16.13 | 25.4 | - |
| YUV | 114.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 136 | 0 | 0.26 | 0 | 0.47 | 300 | 0.15 | 0.46 |
| Hex | 88 | 64 | 88 | 0 | 1A | 0 | 2F | 12C | F | 2E |
| Octal | 210 | 144 | 210 | 0 | 32 | 0 | 57 | 454 | 17 | 56 |
| Binary | 10001000 | 1100100 | 10001000 | 0 | 11010 | 0 | 101111 | 100101100 | 1111 | 101110 |
Color Harmonies of #886488
Complementary color
Monochromatic Colors of #886488
Black with #886488
Text Example
Text Example
White with #886488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886488; }
p { color: rgb(136,100,136); }
H1.HeaderClassName
{
color: #886488;
}
.AnyTagClassName
{
color: #886488;
}
</style>
background-color css
<style>
a { background-color: #886488; }
a { background-color: rgb(136,100,136); }
div.DivClassName
{
background-color: #886488;
}
.BgClassName
{
background-color: #886488;
}
</style>
border-color css
<style>
span { border-color: #886488; }
span { border-color: rgb(136,100,136); }
td.TdClassName
{
border-color: #886488;
}
.TagClassName
{
border-color: #886488;
}
</style>