Shades of Trendy Pink #884282
Tints of Trendy Pink #884282
RGB
CMYK
RGB Variations
Color information
#884282 (or 0x884282) is known color: Trendy Pink. HEX triplet: 88, 42 and 82. RGB value is (136,66,130). Sum of RGB (Red+Green+Blue) = 136+66+130=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #884282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884282 is #77BD7D. Grayscale: #5E5E5E. Windows color (decimal): -7847294 or 8536712. OLE color: 8536712.
HSL color Cylindrical-coordinate representation of color #884282: hue angle of 305.14º degrees, saturation: 0.35, 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 #884282 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 130 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.47 |
| HSL | 305.14º | 0.35% | 0.4% | - |
| HSV(B) | 305.14º | 0.51% | 0.53% | - |
| XYZ | 16.13 | 10.74 | 22.34 | - |
| YUV | 94.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 130 | 0 | 0.51 | 0.04 | 0.47 | 305.14 | 0.35 | 0.4 |
| Hex | 88 | 42 | 82 | 0 | 33 | 4 | 2F | 131 | 23 | 28 |
| Octal | 210 | 102 | 202 | 0 | 63 | 4 | 57 | 461 | 43 | 50 |
| Binary | 10001000 | 1000010 | 10000010 | 0 | 110011 | 100 | 101111 | 100110001 | 100011 | 101000 |
Color Harmonies of #884282
Complementary color
Monochromatic Colors of #884282
Black with #884282
Text Example
Text Example
White with #884282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884282; }
p { color: rgb(136,66,130); }
H1.HeaderClassName
{
color: #884282;
}
.AnyTagClassName
{
color: #884282;
}
</style>
background-color css
<style>
a { background-color: #884282; }
a { background-color: rgb(136,66,130); }
div.DivClassName
{
background-color: #884282;
}
.BgClassName
{
background-color: #884282;
}
</style>
border-color css
<style>
span { border-color: #884282; }
span { border-color: rgb(136,66,130); }
td.TdClassName
{
border-color: #884282;
}
.TagClassName
{
border-color: #884282;
}
</style>