#884181

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

Shades of Trendy Pink #884181

Tints of Trendy Pink #884181

Color information

#884181 (or 0x884181) is unknown color: approx Trendy Pink. HEX triplet: 88, 41 and 81. RGB value is (136,65,129). Sum of RGB (Red+Green+Blue) = 136+65+129=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #884181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884181 is #77BE7E. Grayscale: #5D5D5D. Windows color (decimal): -7847551 or 8470920. OLE color: 8470920.

HSL color Cylindrical-coordinate representation of color #884181: hue angle of 305.92º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884181 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13665129-
CMYK00.520.050.47
HSL305.92º35.32%39.41%-
HSV(B)305.92º52.21%53.33%-
XYZ16.0110.621.97-
YUV93.52148.02158.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=41.21%
G=19.70%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366512900.520.050.47305.9235.3239.41
Hex88418103452F1322327
Octal2101012010645574624347
Binary100010001000001100000010110100101101111100110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884181; }

 p { color: rgb(136,65,129); }

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

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

 a { background-color: rgb(136,65,129); }

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

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

 span { border-color: rgb(136,65,129); }

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