#88447A

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

Shades of Trendy Pink #88447A

Tints of Trendy Pink #88447A

Color information

#88447A (or 0x88447A) is unknown color: approx Trendy Pink. HEX triplet: 88, 44 and 7A. RGB value is (136,68,122). Sum of RGB (Red+Green+Blue) = 136+68+122=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88447A is #77BB85. Grayscale: #5E5E5E. Windows color (decimal): -7846790 or 8012936. OLE color: 8012936.

HSL color Cylindrical-coordinate representation of color #88447A: hue angle of 312.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88447A is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13668122-
CMYK00.500.100.47
HSL312.35º33.33%40%-
HSV(B)312.35º50%53.33%-
XYZ15.7310.7719.66-
YUV94.49143.53157.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=41.72%
G=20.86%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366812200.500.100.47312.3533.3340
Hex88447A032A2F1382128
Octal21010417206212574704150
Binary100010001000100111101001100101010101111100111000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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