#88407E

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

Shades of Trendy Pink #88407E

Tints of Trendy Pink #88407E

Color information

#88407E (or 0x88407E) is unknown color: approx Trendy Pink. HEX triplet: 88, 40 and 7E. RGB value is (136,64,126). Sum of RGB (Red+Green+Blue) = 136+64+126=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88407E is #77BF81. Grayscale: #5C5C5C. Windows color (decimal): -7847810 or 8274056. OLE color: 8274056.

HSL color Cylindrical-coordinate representation of color #88407E: hue angle of 308.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88407E is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13664126-
CMYK00.530.070.47
HSL308.33º36%39.22%-
HSV(B)308.33º52.94%53.33%-
XYZ15.7510.4120.92-
YUV92.6146.85158.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=41.72%
G=19.63%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366412600.530.070.47308.333639.22
Hex88407E03572F1342427
Octal2101001760657574644447
Binary10001000100000011111100110101111101111100110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88407E; }

 p { color: rgb(136,64,126); }

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

<style>
 a { background-color: #88407E; }

 a { background-color: rgb(136,64,126); }

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

<style>
 span { border-color: #88407E; }

 span { border-color: rgb(136,64,126); }

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