Shades of Trendy Pink #886285
Tints of Trendy Pink #886285
RGB
CMYK
RGB Variations
Color information
#886285 (or 0x886285) is known color: Trendy Pink. HEX triplet: 88, 62 and 85. RGB value is (136,98,133). Sum of RGB (Red+Green+Blue) = 136+98+133=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #886285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886285 is #779D7A. Grayscale: #717171. Windows color (decimal): -7839099 or 8741512. OLE color: 8741512.
HSL color Cylindrical-coordinate representation of color #886285: hue angle of 304.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886285 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 133 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.47 |
| HSL | 304.74º | 0.16% | 0.46% | - |
| HSV(B) | 304.74º | 0.28% | 0.53% | - |
| XYZ | 18.75 | 15.66 | 24.23 | - |
| YUV | 113.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 133 | 0 | 0.28 | 0.02 | 0.47 | 304.74 | 0.16 | 0.46 |
| Hex | 88 | 62 | 85 | 0 | 1C | 2 | 2F | 131 | 10 | 2E |
| Octal | 210 | 142 | 205 | 0 | 34 | 2 | 57 | 461 | 20 | 56 |
| Binary | 10001000 | 1100010 | 10000101 | 0 | 11100 | 10 | 101111 | 100110001 | 10000 | 101110 |
Color Harmonies of #886285
Complementary color
Monochromatic Colors of #886285
Black with #886285
Text Example
Text Example
White with #886285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886285; }
p { color: rgb(136,98,133); }
H1.HeaderClassName
{
color: #886285;
}
.AnyTagClassName
{
color: #886285;
}
</style>
background-color css
<style>
a { background-color: #886285; }
a { background-color: rgb(136,98,133); }
div.DivClassName
{
background-color: #886285;
}
.BgClassName
{
background-color: #886285;
}
</style>
border-color css
<style>
span { border-color: #886285; }
span { border-color: rgb(136,98,133); }
td.TdClassName
{
border-color: #886285;
}
.TagClassName
{
border-color: #886285;
}
</style>