Shades of Trendy Pink #844F80
Tints of Trendy Pink #844F80
RGB
CMYK
RGB Variations
Color information
#844F80 (or 0x844F80) is known color: Trendy Pink. HEX triplet: 84, 4F and 80. RGB value is (132,79,128). Sum of RGB (Red+Green+Blue) = 132+79+128=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #844F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F80 is #7BB07F. Grayscale: #646464. Windows color (decimal): -8106112 or 8408964. OLE color: 8408964.
HSL color Cylindrical-coordinate representation of color #844F80: hue angle of 304.53º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F80 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 128 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.48 |
| HSL | 304.53º | 0.25% | 0.41% | - |
| HSV(B) | 304.53º | 0.4% | 0.52% | - |
| XYZ | 16.21 | 12.06 | 21.89 | - |
| YUV | 100.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 128 | 0 | 0.40 | 0.03 | 0.48 | 304.53 | 0.25 | 0.41 |
| Hex | 84 | 4F | 80 | 0 | 28 | 3 | 30 | 131 | 19 | 29 |
| Octal | 204 | 117 | 200 | 0 | 50 | 3 | 60 | 461 | 31 | 51 |
| Binary | 10000100 | 1001111 | 10000000 | 0 | 101000 | 11 | 110000 | 100110001 | 11001 | 101001 |
Color Harmonies of #844F80
Complementary color
Monochromatic Colors of #844F80
Black with #844F80
Text Example
Text Example
White with #844F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F80; }
p { color: rgb(132,79,128); }
H1.HeaderClassName
{
color: #844F80;
}
.AnyTagClassName
{
color: #844F80;
}
</style>
background-color css
<style>
a { background-color: #844F80; }
a { background-color: rgb(132,79,128); }
div.DivClassName
{
background-color: #844F80;
}
.BgClassName
{
background-color: #844F80;
}
</style>
border-color css
<style>
span { border-color: #844F80; }
span { border-color: rgb(132,79,128); }
td.TdClassName
{
border-color: #844F80;
}
.TagClassName
{
border-color: #844F80;
}
</style>