Shades of Trendy Pink #855384
Tints of Trendy Pink #855384
RGB
CMYK
RGB Variations
Color information
#855384 (or 0x855384) is known color: Trendy Pink. HEX triplet: 85, 53 and 84. RGB value is (133,83,132). Sum of RGB (Red+Green+Blue) = 133+83+132=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #855384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855384 is #7AAC7B. Grayscale: #676767. Windows color (decimal): -8039548 or 8672133. OLE color: 8672133.
HSL color Cylindrical-coordinate representation of color #855384: hue angle of 301.2º 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 #855384 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 132 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.48 |
| HSL | 301.2º | 0.23% | 0.42% | - |
| HSV(B) | 301.2º | 0.38% | 0.52% | - |
| XYZ | 16.93 | 12.84 | 23.42 | - |
| YUV | 103.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 132 | 0 | 0.38 | 0.01 | 0.48 | 301.2 | 0.23 | 0.42 |
| Hex | 85 | 53 | 84 | 0 | 26 | 1 | 30 | 12D | 17 | 2A |
| Octal | 205 | 123 | 204 | 0 | 46 | 1 | 60 | 455 | 27 | 52 |
| Binary | 10000101 | 1010011 | 10000100 | 0 | 100110 | 1 | 110000 | 100101101 | 10111 | 101010 |
Color Harmonies of #855384
Complementary color
Monochromatic Colors of #855384
Black with #855384
Text Example
Text Example
White with #855384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855384; }
p { color: rgb(133,83,132); }
H1.HeaderClassName
{
color: #855384;
}
.AnyTagClassName
{
color: #855384;
}
</style>
background-color css
<style>
a { background-color: #855384; }
a { background-color: rgb(133,83,132); }
div.DivClassName
{
background-color: #855384;
}
.BgClassName
{
background-color: #855384;
}
</style>
border-color css
<style>
span { border-color: #855384; }
span { border-color: rgb(133,83,132); }
td.TdClassName
{
border-color: #855384;
}
.TagClassName
{
border-color: #855384;
}
</style>