Shades of Trendy Pink #844880
Tints of Trendy Pink #844880
RGB
CMYK
RGB Variations
Color information
#844880 (or 0x844880) is known color: Trendy Pink. HEX triplet: 84, 48 and 80. RGB value is (132,72,128). Sum of RGB (Red+Green+Blue) = 132+72+128=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #844880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844880 is #7BB77F. Grayscale: #606060. Windows color (decimal): -8107904 or 8407172. OLE color: 8407172.
HSL color Cylindrical-coordinate representation of color #844880: hue angle of 304º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844880 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 128 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.48 |
| HSL | 304º | 0.29% | 0.4% | - |
| HSV(B) | 304º | 0.45% | 0.52% | - |
| XYZ | 15.73 | 11.1 | 21.74 | - |
| YUV | 96.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 128 | 0 | 0.45 | 0.03 | 0.48 | 304 | 0.29 | 0.4 |
| Hex | 84 | 48 | 80 | 0 | 2D | 3 | 30 | 130 | 1D | 28 |
| Octal | 204 | 110 | 200 | 0 | 55 | 3 | 60 | 460 | 35 | 50 |
| Binary | 10000100 | 1001000 | 10000000 | 0 | 101101 | 11 | 110000 | 100110000 | 11101 | 101000 |
Color Harmonies of #844880
Complementary color
Monochromatic Colors of #844880
Black with #844880
Text Example
Text Example
White with #844880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844880; }
p { color: rgb(132,72,128); }
H1.HeaderClassName
{
color: #844880;
}
.AnyTagClassName
{
color: #844880;
}
</style>
background-color css
<style>
a { background-color: #844880; }
a { background-color: rgb(132,72,128); }
div.DivClassName
{
background-color: #844880;
}
.BgClassName
{
background-color: #844880;
}
</style>
border-color css
<style>
span { border-color: #844880; }
span { border-color: rgb(132,72,128); }
td.TdClassName
{
border-color: #844880;
}
.TagClassName
{
border-color: #844880;
}
</style>