Shades of Trendy Pink #855581
Tints of Trendy Pink #855581
RGB
CMYK
RGB Variations
Color information
#855581 (or 0x855581) is known color: Trendy Pink. HEX triplet: 85, 55 and 81. RGB value is (133,85,129). Sum of RGB (Red+Green+Blue) = 133+85+129=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855581 is #7AAA7E. Grayscale: #686868. Windows color (decimal): -8039039 or 8476037. OLE color: 8476037.
HSL color Cylindrical-coordinate representation of color #855581: hue angle of 305º 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 #855581 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 129 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.48 |
| HSL | 305º | 0.22% | 0.43% | - |
| HSV(B) | 305º | 0.36% | 0.52% | - |
| XYZ | 16.88 | 13.07 | 22.4 | - |
| YUV | 104.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 129 | 0 | 0.36 | 0.03 | 0.48 | 305 | 0.22 | 0.43 |
| Hex | 85 | 55 | 81 | 0 | 24 | 3 | 30 | 131 | 16 | 2B |
| Octal | 205 | 125 | 201 | 0 | 44 | 3 | 60 | 461 | 26 | 53 |
| Binary | 10000101 | 1010101 | 10000001 | 0 | 100100 | 11 | 110000 | 100110001 | 10110 | 101011 |
Color Harmonies of #855581
Complementary color
Monochromatic Colors of #855581
Black with #855581
Text Example
Text Example
White with #855581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855581; }
p { color: rgb(133,85,129); }
H1.HeaderClassName
{
color: #855581;
}
.AnyTagClassName
{
color: #855581;
}
</style>
background-color css
<style>
a { background-color: #855581; }
a { background-color: rgb(133,85,129); }
div.DivClassName
{
background-color: #855581;
}
.BgClassName
{
background-color: #855581;
}
</style>
border-color css
<style>
span { border-color: #855581; }
span { border-color: rgb(133,85,129); }
td.TdClassName
{
border-color: #855581;
}
.TagClassName
{
border-color: #855581;
}
</style>