Shades of Trendy Pink #885885
Tints of Trendy Pink #885885
RGB
CMYK
RGB Variations
Color information
#885885 (or 0x885885) is known color: Trendy Pink. HEX triplet: 88, 58 and 85. RGB value is (136,88,133). Sum of RGB (Red+Green+Blue) = 136+88+133=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #885885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885885 is #77A77A. Grayscale: #6B6B6B. Windows color (decimal): -7841659 or 8738952. OLE color: 8738952.
HSL color Cylindrical-coordinate representation of color #885885: hue angle of 303.75º 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 #885885 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 133 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.47 |
| HSL | 303.75º | 0.21% | 0.44% | - |
| HSV(B) | 303.75º | 0.35% | 0.53% | - |
| XYZ | 17.88 | 13.91 | 23.93 | - |
| YUV | 107.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 133 | 0 | 0.35 | 0.02 | 0.47 | 303.75 | 0.21 | 0.44 |
| Hex | 88 | 58 | 85 | 0 | 23 | 2 | 2F | 130 | 15 | 2C |
| Octal | 210 | 130 | 205 | 0 | 43 | 2 | 57 | 460 | 25 | 54 |
| Binary | 10001000 | 1011000 | 10000101 | 0 | 100011 | 10 | 101111 | 100110000 | 10101 | 101100 |
Color Harmonies of #885885
Complementary color
Monochromatic Colors of #885885
Black with #885885
Text Example
Text Example
White with #885885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885885; }
p { color: rgb(136,88,133); }
H1.HeaderClassName
{
color: #885885;
}
.AnyTagClassName
{
color: #885885;
}
</style>
background-color css
<style>
a { background-color: #885885; }
a { background-color: rgb(136,88,133); }
div.DivClassName
{
background-color: #885885;
}
.BgClassName
{
background-color: #885885;
}
</style>
border-color css
<style>
span { border-color: #885885; }
span { border-color: rgb(136,88,133); }
td.TdClassName
{
border-color: #885885;
}
.TagClassName
{
border-color: #885885;
}
</style>