Shades of Trendy Pink #885481
Tints of Trendy Pink #885481
RGB
CMYK
RGB Variations
Color information
#885481 (or 0x885481) is known color: Trendy Pink. HEX triplet: 88, 54 and 81. RGB value is (136,84,129). Sum of RGB (Red+Green+Blue) = 136+84+129=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #885481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885481 is #77AB7E. Grayscale: #686868. Windows color (decimal): -7842687 or 8475784. OLE color: 8475784.
HSL color Cylindrical-coordinate representation of color #885481: hue angle of 308.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885481 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 129 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.47 |
| HSL | 308.08º | 0.24% | 0.43% | - |
| HSV(B) | 308.08º | 0.38% | 0.53% | - |
| XYZ | 17.29 | 13.16 | 22.4 | - |
| YUV | 104.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 129 | 0 | 0.38 | 0.05 | 0.47 | 308.08 | 0.24 | 0.43 |
| Hex | 88 | 54 | 81 | 0 | 26 | 5 | 2F | 134 | 18 | 2B |
| Octal | 210 | 124 | 201 | 0 | 46 | 5 | 57 | 464 | 30 | 53 |
| Binary | 10001000 | 1010100 | 10000001 | 0 | 100110 | 101 | 101111 | 100110100 | 11000 | 101011 |
Color Harmonies of #885481
Complementary color
Monochromatic Colors of #885481
Black with #885481
Text Example
Text Example
White with #885481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885481; }
p { color: rgb(136,84,129); }
H1.HeaderClassName
{
color: #885481;
}
.AnyTagClassName
{
color: #885481;
}
</style>
background-color css
<style>
a { background-color: #885481; }
a { background-color: rgb(136,84,129); }
div.DivClassName
{
background-color: #885481;
}
.BgClassName
{
background-color: #885481;
}
</style>
border-color css
<style>
span { border-color: #885481; }
span { border-color: rgb(136,84,129); }
td.TdClassName
{
border-color: #885481;
}
.TagClassName
{
border-color: #885481;
}
</style>