Shades of Trendy Pink #844381
Tints of Trendy Pink #844381
RGB
CMYK
RGB Variations
Color information
#844381 (or 0x844381) is known color: Trendy Pink. HEX triplet: 84, 43 and 81. RGB value is (132,67,129). Sum of RGB (Red+Green+Blue) = 132+67+129=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #844381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844381 is #7BBC7E. Grayscale: #5D5D5D. Windows color (decimal): -8109183 or 8471428. OLE color: 8471428.
HSL color Cylindrical-coordinate representation of color #844381: hue angle of 302.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844381 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 129 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.48 |
| HSL | 302.77º | 0.33% | 0.39% | - |
| HSV(B) | 302.77º | 0.49% | 0.52% | - |
| XYZ | 15.49 | 10.5 | 21.98 | - |
| YUV | 93.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 129 | 0 | 0.49 | 0.02 | 0.48 | 302.77 | 0.33 | 0.39 |
| Hex | 84 | 43 | 81 | 0 | 31 | 2 | 30 | 12F | 21 | 27 |
| Octal | 204 | 103 | 201 | 0 | 61 | 2 | 60 | 457 | 41 | 47 |
| Binary | 10000100 | 1000011 | 10000001 | 0 | 110001 | 10 | 110000 | 100101111 | 100001 | 100111 |
Color Harmonies of #844381
Complementary color
Monochromatic Colors of #844381
Black with #844381
Text Example
Text Example
White with #844381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844381; }
p { color: rgb(132,67,129); }
H1.HeaderClassName
{
color: #844381;
}
.AnyTagClassName
{
color: #844381;
}
</style>
background-color css
<style>
a { background-color: #844381; }
a { background-color: rgb(132,67,129); }
div.DivClassName
{
background-color: #844381;
}
.BgClassName
{
background-color: #844381;
}
</style>
border-color css
<style>
span { border-color: #844381; }
span { border-color: rgb(132,67,129); }
td.TdClassName
{
border-color: #844381;
}
.TagClassName
{
border-color: #844381;
}
</style>