#88447D

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

Shades of Trendy Pink #88447D

Tints of Trendy Pink #88447D

Color information

#88447D (or 0x88447D) is unknown color: approx Trendy Pink. HEX triplet: 88, 44 and 7D. RGB value is (136,68,125). Sum of RGB (Red+Green+Blue) = 136+68+125=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88447D is #77BB82. Grayscale: #5E5E5E. Windows color (decimal): -7846787 or 8209544. OLE color: 8209544.

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

Color convert

RGB13668125-
CMYK00.500.080.47
HSL309.71º33.33%40%-
HSV(B)309.71º50%53.33%-
XYZ15.9210.8520.66-
YUV94.83145.03157.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=41.34%
G=20.67%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366812500.500.080.47309.7133.3340
Hex88447D03282F1362128
Octal21010417506210574664150
Binary100010001000100111110101100101000101111100110110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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