#884279

Color #884279 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #884279

Tints of Trendy Pink #884279

Color information

#884279 (or 0x884279) is unknown color: approx Trendy Pink. HEX triplet: 88, 42 and 79. RGB value is (136,66,121). Sum of RGB (Red+Green+Blue) = 136+66+121=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #884279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884279 is #77BD86. Grayscale: #5D5D5D. Windows color (decimal): -7847303 or 7946888. OLE color: 7946888.

HSL color Cylindrical-coordinate representation of color #884279: hue angle of 312.86º 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 #884279 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13666121-
CMYK00.510.110.47
HSL312.86º34.65%39.61%-
HSV(B)312.86º51.47%53.33%-
XYZ15.5510.5119.3-
YUV93.2143.69158.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=42.11%
G=20.43%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366612100.510.110.47312.8634.6539.61
Hex884279033B2F1392328
Octal21010217106313574714350
Binary100010001000010111100101100111011101111100111001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884279; }

 p { color: rgb(136,66,121); }

 H1.HeaderClassName
 {
   color: #884279;
 }
 .AnyTagClassName
 {
   color: #884279;
 }
</style>
background-color css

<style>
 a { background-color: #884279; }

 a { background-color: rgb(136,66,121); }

 div.DivClassName
 {
   background-color: #884279;
 }
 .BgClassName
 {
   background-color: #884279;
 }
</style>
border-color css

<style>
 span { border-color: #884279; }

 span { border-color: rgb(136,66,121); }

 td.TdClassName
 {
   border-color: #884279;
 }
 .TagClassName
 {
   border-color: #884279;
 }
</style>