Shades of Trendy Pink #885682
Tints of Trendy Pink #885682
RGB
CMYK
RGB Variations
Color information
#885682 (or 0x885682) is known color: Trendy Pink. HEX triplet: 88, 56 and 82. RGB value is (136,86,130). Sum of RGB (Red+Green+Blue) = 136+86+130=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #885682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885682 is #77A97D. Grayscale: #696969. Windows color (decimal): -7842174 or 8541832. OLE color: 8541832.
HSL color Cylindrical-coordinate representation of color #885682: hue angle of 307.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885682 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 130 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.47 |
| HSL | 307.2º | 0.23% | 0.44% | - |
| HSV(B) | 307.2º | 0.37% | 0.53% | - |
| XYZ | 17.51 | 13.5 | 22.8 | - |
| YUV | 105.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 130 | 0 | 0.37 | 0.04 | 0.47 | 307.2 | 0.23 | 0.44 |
| Hex | 88 | 56 | 82 | 0 | 25 | 4 | 2F | 133 | 17 | 2C |
| Octal | 210 | 126 | 202 | 0 | 45 | 4 | 57 | 463 | 27 | 54 |
| Binary | 10001000 | 1010110 | 10000010 | 0 | 100101 | 100 | 101111 | 100110011 | 10111 | 101100 |
Color Harmonies of #885682
Complementary color
Monochromatic Colors of #885682
Black with #885682
Text Example
Text Example
White with #885682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885682; }
p { color: rgb(136,86,130); }
H1.HeaderClassName
{
color: #885682;
}
.AnyTagClassName
{
color: #885682;
}
</style>
background-color css
<style>
a { background-color: #885682; }
a { background-color: rgb(136,86,130); }
div.DivClassName
{
background-color: #885682;
}
.BgClassName
{
background-color: #885682;
}
</style>
border-color css
<style>
span { border-color: #885682; }
span { border-color: rgb(136,86,130); }
td.TdClassName
{
border-color: #885682;
}
.TagClassName
{
border-color: #885682;
}
</style>