#88477B

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

Shades of Trendy Pink #88477B

Tints of Trendy Pink #88477B

Color information

#88477B (or 0x88477B) is unknown color: approx Trendy Pink. HEX triplet: 88, 47 and 7B. RGB value is (136,71,123). Sum of RGB (Red+Green+Blue) = 136+71+123=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #88477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88477B is #77B884. Grayscale: #606060. Windows color (decimal): -7846021 or 8079240. OLE color: 8079240.

HSL color Cylindrical-coordinate representation of color #88477B: hue angle of 312º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88477B is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13671123-
CMYK00.480.100.47
HSL312º31.4%40.59%-
HSV(B)312º47.79%53.33%-
XYZ15.9811.1720.05-
YUV96.36143.03156.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=41.21%
G=21.52%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367112300.480.100.4731231.440.59
Hex88477B030A2F1381f29
Octal21010717306012574703751
Binary10001000100011111110110110000101010111110011100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88477B; }

 p { color: rgb(136,71,123); }

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

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

 a { background-color: rgb(136,71,123); }

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

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

 span { border-color: rgb(136,71,123); }

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