Shades of Trendy Pink #885585
Tints of Trendy Pink #885585
RGB
CMYK
RGB Variations
Color information
#885585 (or 0x885585) is known color: Trendy Pink. HEX triplet: 88, 55 and 85. RGB value is (136,85,133). Sum of RGB (Red+Green+Blue) = 136+85+133=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #885585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885585 is #77AA7A. Grayscale: #696969. Windows color (decimal): -7842427 or 8738184. OLE color: 8738184.
HSL color Cylindrical-coordinate representation of color #885585: hue angle of 303.53º degrees, saturation: 0.23, 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 #885585 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 133 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.47 |
| HSL | 303.53º | 0.23% | 0.43% | - |
| HSV(B) | 303.53º | 0.38% | 0.53% | - |
| XYZ | 17.64 | 13.42 | 23.85 | - |
| YUV | 105.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 133 | 0 | 0.38 | 0.02 | 0.47 | 303.53 | 0.23 | 0.43 |
| Hex | 88 | 55 | 85 | 0 | 26 | 2 | 2F | 130 | 17 | 2B |
| Octal | 210 | 125 | 205 | 0 | 46 | 2 | 57 | 460 | 27 | 53 |
| Binary | 10001000 | 1010101 | 10000101 | 0 | 100110 | 10 | 101111 | 100110000 | 10111 | 101011 |
Color Harmonies of #885585
Complementary color
Monochromatic Colors of #885585
Black with #885585
Text Example
Text Example
White with #885585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885585; }
p { color: rgb(136,85,133); }
H1.HeaderClassName
{
color: #885585;
}
.AnyTagClassName
{
color: #885585;
}
</style>
background-color css
<style>
a { background-color: #885585; }
a { background-color: rgb(136,85,133); }
div.DivClassName
{
background-color: #885585;
}
.BgClassName
{
background-color: #885585;
}
</style>
border-color css
<style>
span { border-color: #885585; }
span { border-color: rgb(136,85,133); }
td.TdClassName
{
border-color: #885585;
}
.TagClassName
{
border-color: #885585;
}
</style>