Shades of Trendy Pink #855381
Tints of Trendy Pink #855381
RGB
CMYK
RGB Variations
Color information
#855381 (or 0x855381) is known color: Trendy Pink. HEX triplet: 85, 53 and 81. RGB value is (133,83,129). Sum of RGB (Red+Green+Blue) = 133+83+129=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #855381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855381 is #7AAC7E. Grayscale: #676767. Windows color (decimal): -8039551 or 8475525. OLE color: 8475525.
HSL color Cylindrical-coordinate representation of color #855381: hue angle of 304.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855381 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 129 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.48 |
| HSL | 304.8º | 0.23% | 0.42% | - |
| HSV(B) | 304.8º | 0.38% | 0.52% | - |
| XYZ | 16.73 | 12.76 | 22.35 | - |
| YUV | 103.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 129 | 0 | 0.38 | 0.03 | 0.48 | 304.8 | 0.23 | 0.42 |
| Hex | 85 | 53 | 81 | 0 | 26 | 3 | 30 | 131 | 17 | 2A |
| Octal | 205 | 123 | 201 | 0 | 46 | 3 | 60 | 461 | 27 | 52 |
| Binary | 10000101 | 1010011 | 10000001 | 0 | 100110 | 11 | 110000 | 100110001 | 10111 | 101010 |
Color Harmonies of #855381
Complementary color
Monochromatic Colors of #855381
Black with #855381
Text Example
Text Example
White with #855381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855381; }
p { color: rgb(133,83,129); }
H1.HeaderClassName
{
color: #855381;
}
.AnyTagClassName
{
color: #855381;
}
</style>
background-color css
<style>
a { background-color: #855381; }
a { background-color: rgb(133,83,129); }
div.DivClassName
{
background-color: #855381;
}
.BgClassName
{
background-color: #855381;
}
</style>
border-color css
<style>
span { border-color: #855381; }
span { border-color: rgb(133,83,129); }
td.TdClassName
{
border-color: #855381;
}
.TagClassName
{
border-color: #855381;
}
</style>