Shades of Trendy Pink #885888
Tints of Trendy Pink #885888
RGB
CMYK
RGB Variations
Color information
#885888 (or 0x885888) is known color: Trendy Pink. HEX triplet: 88, 58 and 88. RGB value is (136,88,136). Sum of RGB (Red+Green+Blue) = 136+88+136=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #885888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885888 is #77A777. Grayscale: #6B6B6B. Windows color (decimal): -7841656 or 8935560. OLE color: 8935560.
HSL color Cylindrical-coordinate representation of color #885888: hue angle of 300º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885888 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 136 | - |
| CMYK | 0 | 0.35 | 0 | 0.47 |
| HSL | 300º | 0.21% | 0.44% | - |
| HSV(B) | 300º | 0.35% | 0.53% | - |
| XYZ | 18.09 | 13.99 | 25.04 | - |
| YUV | 107.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 136 | 0 | 0.35 | 0 | 0.47 | 300 | 0.21 | 0.44 |
| Hex | 88 | 58 | 88 | 0 | 23 | 0 | 2F | 12C | 15 | 2C |
| Octal | 210 | 130 | 210 | 0 | 43 | 0 | 57 | 454 | 25 | 54 |
| Binary | 10001000 | 1011000 | 10001000 | 0 | 100011 | 0 | 101111 | 100101100 | 10101 | 101100 |
Color Harmonies of #885888
Complementary color
Monochromatic Colors of #885888
Black with #885888
Text Example
Text Example
White with #885888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885888; }
p { color: rgb(136,88,136); }
H1.HeaderClassName
{
color: #885888;
}
.AnyTagClassName
{
color: #885888;
}
</style>
background-color css
<style>
a { background-color: #885888; }
a { background-color: rgb(136,88,136); }
div.DivClassName
{
background-color: #885888;
}
.BgClassName
{
background-color: #885888;
}
</style>
border-color css
<style>
span { border-color: #885888; }
span { border-color: rgb(136,88,136); }
td.TdClassName
{
border-color: #885888;
}
.TagClassName
{
border-color: #885888;
}
</style>