#88477A

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

Shades of Trendy Pink #88477A

Tints of Trendy Pink #88477A

Color information

#88477A (or 0x88477A) is unknown color: approx Trendy Pink. HEX triplet: 88, 47 and 7A. RGB value is (136,71,122). Sum of RGB (Red+Green+Blue) = 136+71+122=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88477A is #77B885. Grayscale: #606060. Windows color (decimal): -7846022 or 8013704. OLE color: 8013704.

HSL color Cylindrical-coordinate representation of color #88477A: hue angle of 312.92º 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 #88477A is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13671122-
CMYK00.480.100.47
HSL312.92º31.4%40.59%-
HSV(B)312.92º47.79%53.33%-
XYZ15.9211.1519.72-
YUV96.25142.53156.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=41.34%
G=21.58%
B=37.08%

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
Decimal1367112200.480.100.47312.9231.440.59
Hex88477A030A2F1391f29
Octal21010717206012574713751
Binary10001000100011111110100110000101010111110011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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