#88447B

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

Shades of Trendy Pink #88447B

Tints of Trendy Pink #88447B

Color information

#88447B (or 0x88447B) is unknown color: approx Trendy Pink. HEX triplet: 88, 44 and 7B. RGB value is (136,68,123). Sum of RGB (Red+Green+Blue) = 136+68+123=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88447B is #77BB84. Grayscale: #5E5E5E. Windows color (decimal): -7846789 or 8078472. OLE color: 8078472.

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

Color convert

RGB13668123-
CMYK00.500.100.47
HSL311.47º33.33%40%-
HSV(B)311.47º50%53.33%-
XYZ15.810.819.99-
YUV94.6144.03157.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=41.59%
G=20.80%
B=37.61%

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
Decimal1366812300.500.100.47311.4733.3340
Hex88447B032A2F1372128
Octal21010417306212574674150
Binary100010001000100111101101100101010101111100110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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