Shades of Trendy Pink #854880
Tints of Trendy Pink #854880
RGB
CMYK
RGB Variations
Color information
#854880 (or 0x854880) is known color: Trendy Pink. HEX triplet: 85, 48 and 80. RGB value is (133,72,128). Sum of RGB (Red+Green+Blue) = 133+72+128=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #854880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854880 is #7AB77F. Grayscale: #606060. Windows color (decimal): -8042368 or 8407173. OLE color: 8407173.
HSL color Cylindrical-coordinate representation of color #854880: hue angle of 304.92º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854880 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 128 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.48 |
| HSL | 304.92º | 0.3% | 0.4% | - |
| HSV(B) | 304.92º | 0.46% | 0.52% | - |
| XYZ | 15.89 | 11.18 | 21.74 | - |
| YUV | 96.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 128 | 0 | 0.46 | 0.04 | 0.48 | 304.92 | 0.3 | 0.4 |
| Hex | 85 | 48 | 80 | 0 | 2E | 4 | 30 | 131 | 1E | 28 |
| Octal | 205 | 110 | 200 | 0 | 56 | 4 | 60 | 461 | 36 | 50 |
| Binary | 10000101 | 1001000 | 10000000 | 0 | 101110 | 100 | 110000 | 100110001 | 11110 | 101000 |
Color Harmonies of #854880
Complementary color
Monochromatic Colors of #854880
Black with #854880
Text Example
Text Example
White with #854880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854880; }
p { color: rgb(133,72,128); }
H1.HeaderClassName
{
color: #854880;
}
.AnyTagClassName
{
color: #854880;
}
</style>
background-color css
<style>
a { background-color: #854880; }
a { background-color: rgb(133,72,128); }
div.DivClassName
{
background-color: #854880;
}
.BgClassName
{
background-color: #854880;
}
</style>
border-color css
<style>
span { border-color: #854880; }
span { border-color: rgb(133,72,128); }
td.TdClassName
{
border-color: #854880;
}
.TagClassName
{
border-color: #854880;
}
</style>