Shades of Trendy Pink #885392
Tints of Trendy Pink #885392
RGB
CMYK
RGB Variations
Color information
#885392 (or 0x885392) is known color: Trendy Pink. HEX triplet: 88, 53 and 92. RGB value is (136,83,146). Sum of RGB (Red+Green+Blue) = 136+83+146=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #885392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885392 is #77AC6D. Grayscale: #696969. Windows color (decimal): -7842926 or 9589640. OLE color: 9589640.
HSL color Cylindrical-coordinate representation of color #885392: hue angle of 290.48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #885392 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 83 | 146 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.43 |
| HSL | 290.48º | 0.28% | 0.45% | - |
| HSV(B) | 290.48º | 0.43% | 0.57% | - |
| XYZ | 18.43 | 13.5 | 28.83 | - |
| YUV | 106.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 146 | 0.07 | 0.43 | 0 | 0.43 | 290.48 | 0.28 | 0.45 |
| Hex | 88 | 53 | 92 | 7 | 2B | 0 | 2B | 122 | 1C | 2D |
| Octal | 210 | 123 | 222 | 7 | 53 | 0 | 53 | 442 | 34 | 55 |
| Binary | 10001000 | 1010011 | 10010010 | 111 | 101011 | 0 | 101011 | 100100010 | 11100 | 101101 |
Color Harmonies of #885392
Complementary color
Monochromatic Colors of #885392
Black with #885392
Text Example
Text Example
White with #885392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885392; }
p { color: rgb(136,83,146); }
H1.HeaderClassName
{
color: #885392;
}
.AnyTagClassName
{
color: #885392;
}
</style>
background-color css
<style>
a { background-color: #885392; }
a { background-color: rgb(136,83,146); }
div.DivClassName
{
background-color: #885392;
}
.BgClassName
{
background-color: #885392;
}
</style>
border-color css
<style>
span { border-color: #885392; }
span { border-color: rgb(136,83,146); }
td.TdClassName
{
border-color: #885392;
}
.TagClassName
{
border-color: #885392;
}
</style>