Shades of Trendy Pink #844280
Tints of Trendy Pink #844280
RGB
CMYK
RGB Variations
Color information
#844280 (or 0x844280) is known color: Trendy Pink. HEX triplet: 84, 42 and 80. RGB value is (132,66,128). Sum of RGB (Red+Green+Blue) = 132+66+128=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #844280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844280 is #7BBD7F. Grayscale: #5C5C5C. Windows color (decimal): -8109440 or 8405636. OLE color: 8405636.
HSL color Cylindrical-coordinate representation of color #844280: hue angle of 303.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844280 is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 128 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.48 |
| HSL | 303.64º | 0.33% | 0.39% | - |
| HSV(B) | 303.64º | 0.5% | 0.52% | - |
| XYZ | 15.36 | 10.36 | 21.61 | - |
| YUV | 92.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 128 | 0 | 0.5 | 0.03 | 0.48 | 303.64 | 0.33 | 0.39 |
| Hex | 84 | 42 | 80 | 0 | 32 | 3 | 30 | 130 | 21 | 27 |
| Octal | 204 | 102 | 200 | 0 | 62 | 3 | 60 | 460 | 41 | 47 |
| Binary | 10000100 | 1000010 | 10000000 | 0 | 110010 | 11 | 110000 | 100110000 | 100001 | 100111 |
Color Harmonies of #844280
Complementary color
Monochromatic Colors of #844280
Black with #844280
Text Example
Text Example
White with #844280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844280; }
p { color: rgb(132,66,128); }
H1.HeaderClassName
{
color: #844280;
}
.AnyTagClassName
{
color: #844280;
}
</style>
background-color css
<style>
a { background-color: #844280; }
a { background-color: rgb(132,66,128); }
div.DivClassName
{
background-color: #844280;
}
.BgClassName
{
background-color: #844280;
}
</style>
border-color css
<style>
span { border-color: #844280; }
span { border-color: rgb(132,66,128); }
td.TdClassName
{
border-color: #844280;
}
.TagClassName
{
border-color: #844280;
}
</style>