Shades of Trendy Pink #886585
Tints of Trendy Pink #886585
RGB
CMYK
RGB Variations
Color information
#886585 (or 0x886585) is known color: Trendy Pink. HEX triplet: 88, 65 and 85. RGB value is (136,101,133). Sum of RGB (Red+Green+Blue) = 136+101+133=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #886585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886585 is #779A7A. Grayscale: #737373. Windows color (decimal): -7838331 or 8742280. OLE color: 8742280.
HSL color Cylindrical-coordinate representation of color #886585: hue angle of 305.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886585 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 133 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.47 |
| HSL | 305.14º | 0.15% | 0.46% | - |
| HSV(B) | 305.14º | 0.26% | 0.53% | - |
| XYZ | 19.04 | 16.24 | 24.32 | - |
| YUV | 115.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 133 | 0 | 0.26 | 0.02 | 0.47 | 305.14 | 0.15 | 0.46 |
| Hex | 88 | 65 | 85 | 0 | 1A | 2 | 2F | 131 | F | 2E |
| Octal | 210 | 145 | 205 | 0 | 32 | 2 | 57 | 461 | 17 | 56 |
| Binary | 10001000 | 1100101 | 10000101 | 0 | 11010 | 10 | 101111 | 100110001 | 1111 | 101110 |
Color Harmonies of #886585
Complementary color
Monochromatic Colors of #886585
Black with #886585
Text Example
Text Example
White with #886585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886585; }
p { color: rgb(136,101,133); }
H1.HeaderClassName
{
color: #886585;
}
.AnyTagClassName
{
color: #886585;
}
</style>
background-color css
<style>
a { background-color: #886585; }
a { background-color: rgb(136,101,133); }
div.DivClassName
{
background-color: #886585;
}
.BgClassName
{
background-color: #886585;
}
</style>
border-color css
<style>
span { border-color: #886585; }
span { border-color: rgb(136,101,133); }
td.TdClassName
{
border-color: #886585;
}
.TagClassName
{
border-color: #886585;
}
</style>