Shades of Trendy Pink #884278
Tints of Trendy Pink #884278
RGB
CMYK
RGB Variations
Color information
#884278 (or 0x884278) is known color: Trendy Pink. HEX triplet: 88, 42 and 78. RGB value is (136,66,120). Sum of RGB (Red+Green+Blue) = 136+66+120=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #884278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884278 is #77BD87. Grayscale: #5C5C5C. Windows color (decimal): -7847304 or 7881352. OLE color: 7881352.
HSL color Cylindrical-coordinate representation of color #884278: hue angle of 313.71º 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 #884278 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 120 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.47 |
| HSL | 313.71º | 0.35% | 0.4% | - |
| HSV(B) | 313.71º | 0.51% | 0.53% | - |
| XYZ | 15.49 | 10.49 | 18.98 | - |
| YUV | 93.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 120 | 0 | 0.51 | 0.12 | 0.47 | 313.71 | 0.35 | 0.4 |
| Hex | 88 | 42 | 78 | 0 | 33 | C | 2F | 13A | 23 | 28 |
| Octal | 210 | 102 | 170 | 0 | 63 | 14 | 57 | 472 | 43 | 50 |
| Binary | 10001000 | 1000010 | 1111000 | 0 | 110011 | 1100 | 101111 | 100111010 | 100011 | 101000 |
Color Harmonies of #884278
Complementary color
Monochromatic Colors of #884278
Black with #884278
Text Example
Text Example
White with #884278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884278; }
p { color: rgb(136,66,120); }
H1.HeaderClassName
{
color: #884278;
}
.AnyTagClassName
{
color: #884278;
}
</style>
background-color css
<style>
a { background-color: #884278; }
a { background-color: rgb(136,66,120); }
div.DivClassName
{
background-color: #884278;
}
.BgClassName
{
background-color: #884278;
}
</style>
border-color css
<style>
span { border-color: #884278; }
span { border-color: rgb(136,66,120); }
td.TdClassName
{
border-color: #884278;
}
.TagClassName
{
border-color: #884278;
}
</style>