Shades of Trendy Pink #885386
Tints of Trendy Pink #885386
RGB
CMYK
RGB Variations
Color information
#885386 (or 0x885386) is known color: Trendy Pink. HEX triplet: 88, 53 and 86. RGB value is (136,83,134). Sum of RGB (Red+Green+Blue) = 136+83+134=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #885386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885386 is #77AC79. Grayscale: #686868. Windows color (decimal): -7842938 or 8803208. OLE color: 8803208.
HSL color Cylindrical-coordinate representation of color #885386: hue angle of 302.26º 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 #885386 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 134 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.47 |
| HSL | 302.26º | 0.24% | 0.43% | - |
| HSV(B) | 302.26º | 0.39% | 0.53% | - |
| XYZ | 17.55 | 13.14 | 24.17 | - |
| YUV | 104.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 134 | 0 | 0.39 | 0.01 | 0.47 | 302.26 | 0.24 | 0.43 |
| Hex | 88 | 53 | 86 | 0 | 27 | 1 | 2F | 12E | 18 | 2B |
| Octal | 210 | 123 | 206 | 0 | 47 | 1 | 57 | 456 | 30 | 53 |
| Binary | 10001000 | 1010011 | 10000110 | 0 | 100111 | 1 | 101111 | 100101110 | 11000 | 101011 |
Color Harmonies of #885386
Complementary color
Monochromatic Colors of #885386
Black with #885386
Text Example
Text Example
White with #885386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885386; }
p { color: rgb(136,83,134); }
H1.HeaderClassName
{
color: #885386;
}
.AnyTagClassName
{
color: #885386;
}
</style>
background-color css
<style>
a { background-color: #885386; }
a { background-color: rgb(136,83,134); }
div.DivClassName
{
background-color: #885386;
}
.BgClassName
{
background-color: #885386;
}
</style>
border-color css
<style>
span { border-color: #885386; }
span { border-color: rgb(136,83,134); }
td.TdClassName
{
border-color: #885386;
}
.TagClassName
{
border-color: #885386;
}
</style>