Shades of Trendy Pink #855582
Tints of Trendy Pink #855582
RGB
CMYK
RGB Variations
Color information
#855582 (or 0x855582) is known color: Trendy Pink. HEX triplet: 85, 55 and 82. RGB value is (133,85,130). Sum of RGB (Red+Green+Blue) = 133+85+130=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #855582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855582 is #7AAA7D. Grayscale: #686868. Windows color (decimal): -8039038 or 8541573. OLE color: 8541573.
HSL color Cylindrical-coordinate representation of color #855582: hue angle of 303.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855582 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 130 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.48 |
| HSL | 303.75º | 0.22% | 0.43% | - |
| HSV(B) | 303.75º | 0.36% | 0.52% | - |
| XYZ | 16.95 | 13.1 | 22.75 | - |
| YUV | 104.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 130 | 0 | 0.36 | 0.02 | 0.48 | 303.75 | 0.22 | 0.43 |
| Hex | 85 | 55 | 82 | 0 | 24 | 2 | 30 | 130 | 16 | 2B |
| Octal | 205 | 125 | 202 | 0 | 44 | 2 | 60 | 460 | 26 | 53 |
| Binary | 10000101 | 1010101 | 10000010 | 0 | 100100 | 10 | 110000 | 100110000 | 10110 | 101011 |
Color Harmonies of #855582
Complementary color
Monochromatic Colors of #855582
Black with #855582
Text Example
Text Example
White with #855582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855582; }
p { color: rgb(133,85,130); }
H1.HeaderClassName
{
color: #855582;
}
.AnyTagClassName
{
color: #855582;
}
</style>
background-color css
<style>
a { background-color: #855582; }
a { background-color: rgb(133,85,130); }
div.DivClassName
{
background-color: #855582;
}
.BgClassName
{
background-color: #855582;
}
</style>
border-color css
<style>
span { border-color: #855582; }
span { border-color: rgb(133,85,130); }
td.TdClassName
{
border-color: #855582;
}
.TagClassName
{
border-color: #855582;
}
</style>