#884278

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

Shades of Trendy Pink #884278

Tints of Trendy Pink #884278

Color information

#884278 (or 0x884278) is unknown color: approx 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

RGB13666120-
CMYK00.510.120.47
HSL313.71º34.65%39.61%-
HSV(B)313.71º51.47%53.33%-
XYZ15.4910.4918.98-
YUV93.09143.19158.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=42.24%
G=20.50%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366612000.510.120.47313.7134.6539.61
Hex884278033C2F13a2328
Octal21010217006314574724350
Binary100010001000010111100001100111100101111100111010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>