Shades of Trendy Pink #885387
Tints of Trendy Pink #885387
RGB
CMYK
RGB Variations
Color information
#885387 (or 0x885387) is known color: Trendy Pink. HEX triplet: 88, 53 and 87. RGB value is (136,83,135). Sum of RGB (Red+Green+Blue) = 136+83+135=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #885387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885387 is #77AC78. Grayscale: #686868. Windows color (decimal): -7842937 or 8868744. OLE color: 8868744.
HSL color Cylindrical-coordinate representation of color #885387: hue angle of 301.13º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885387 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 135 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.47 |
| HSL | 301.13º | 0.24% | 0.43% | - |
| HSV(B) | 301.13º | 0.39% | 0.53% | - |
| XYZ | 17.62 | 13.17 | 24.54 | - |
| YUV | 104.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 135 | 0 | 0.39 | 0.01 | 0.47 | 301.13 | 0.24 | 0.43 |
| Hex | 88 | 53 | 87 | 0 | 27 | 1 | 2F | 12D | 18 | 2B |
| Octal | 210 | 123 | 207 | 0 | 47 | 1 | 57 | 455 | 30 | 53 |
| Binary | 10001000 | 1010011 | 10000111 | 0 | 100111 | 1 | 101111 | 100101101 | 11000 | 101011 |
Color Harmonies of #885387
Complementary color
Monochromatic Colors of #885387
Black with #885387
Text Example
Text Example
White with #885387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885387; }
p { color: rgb(136,83,135); }
H1.HeaderClassName
{
color: #885387;
}
.AnyTagClassName
{
color: #885387;
}
</style>
background-color css
<style>
a { background-color: #885387; }
a { background-color: rgb(136,83,135); }
div.DivClassName
{
background-color: #885387;
}
.BgClassName
{
background-color: #885387;
}
</style>
border-color css
<style>
span { border-color: #885387; }
span { border-color: rgb(136,83,135); }
td.TdClassName
{
border-color: #885387;
}
.TagClassName
{
border-color: #885387;
}
</style>