Shades of Trendy Pink #884380
Tints of Trendy Pink #884380
RGB
CMYK
RGB Variations
Color information
#884380 (or 0x884380) is known color: Trendy Pink. HEX triplet: 88, 43 and 80. RGB value is (136,67,128). Sum of RGB (Red+Green+Blue) = 136+67+128=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #884380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884380 is #77BC7F. Grayscale: #5E5E5E. Windows color (decimal): -7847040 or 8405896. OLE color: 8405896.
HSL color Cylindrical-coordinate representation of color #884380: hue angle of 306.96º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884380 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 128 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.47 |
| HSL | 306.96º | 0.34% | 0.4% | - |
| HSV(B) | 306.96º | 0.51% | 0.53% | - |
| XYZ | 16.06 | 10.81 | 21.66 | - |
| YUV | 94.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 128 | 0 | 0.51 | 0.06 | 0.47 | 306.96 | 0.34 | 0.4 |
| Hex | 88 | 43 | 80 | 0 | 33 | 6 | 2F | 133 | 22 | 28 |
| Octal | 210 | 103 | 200 | 0 | 63 | 6 | 57 | 463 | 42 | 50 |
| Binary | 10001000 | 1000011 | 10000000 | 0 | 110011 | 110 | 101111 | 100110011 | 100010 | 101000 |
Color Harmonies of #884380
Complementary color
Monochromatic Colors of #884380
Black with #884380
Text Example
Text Example
White with #884380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884380; }
p { color: rgb(136,67,128); }
H1.HeaderClassName
{
color: #884380;
}
.AnyTagClassName
{
color: #884380;
}
</style>
background-color css
<style>
a { background-color: #884380; }
a { background-color: rgb(136,67,128); }
div.DivClassName
{
background-color: #884380;
}
.BgClassName
{
background-color: #884380;
}
</style>
border-color css
<style>
span { border-color: #884380; }
span { border-color: rgb(136,67,128); }
td.TdClassName
{
border-color: #884380;
}
.TagClassName
{
border-color: #884380;
}
</style>