Shades of Trendy Pink #885085
Tints of Trendy Pink #885085
RGB
CMYK
RGB Variations
Color information
#885085 (or 0x885085) is known color: Trendy Pink. HEX triplet: 88, 50 and 85. RGB value is (136,80,133). Sum of RGB (Red+Green+Blue) = 136+80+133=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #885085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885085 is #77AF7A. Grayscale: #666666. Windows color (decimal): -7843707 or 8736904. OLE color: 8736904.
HSL color Cylindrical-coordinate representation of color #885085: hue angle of 303.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885085 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 133 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.47 |
| HSL | 303.21º | 0.26% | 0.42% | - |
| HSV(B) | 303.21º | 0.41% | 0.53% | - |
| XYZ | 17.26 | 12.67 | 23.73 | - |
| YUV | 102.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 133 | 0 | 0.41 | 0.02 | 0.47 | 303.21 | 0.26 | 0.42 |
| Hex | 88 | 50 | 85 | 0 | 29 | 2 | 2F | 12F | 1A | 2A |
| Octal | 210 | 120 | 205 | 0 | 51 | 2 | 57 | 457 | 32 | 52 |
| Binary | 10001000 | 1010000 | 10000101 | 0 | 101001 | 10 | 101111 | 100101111 | 11010 | 101010 |
Color Harmonies of #885085
Complementary color
Monochromatic Colors of #885085
Black with #885085
Text Example
Text Example
White with #885085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885085; }
p { color: rgb(136,80,133); }
H1.HeaderClassName
{
color: #885085;
}
.AnyTagClassName
{
color: #885085;
}
</style>
background-color css
<style>
a { background-color: #885085; }
a { background-color: rgb(136,80,133); }
div.DivClassName
{
background-color: #885085;
}
.BgClassName
{
background-color: #885085;
}
</style>
border-color css
<style>
span { border-color: #885085; }
span { border-color: rgb(136,80,133); }
td.TdClassName
{
border-color: #885085;
}
.TagClassName
{
border-color: #885085;
}
</style>