#88407F

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

Shades of Trendy Pink #88407F

Tints of Trendy Pink #88407F

Color information

#88407F (or 0x88407F) is unknown color: approx Trendy Pink. HEX triplet: 88, 40 and 7F. RGB value is (136,64,127). Sum of RGB (Red+Green+Blue) = 136+64+127=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88407F is #77BF80. Grayscale: #5C5C5C. Windows color (decimal): -7847809 or 8339592. OLE color: 8339592.

HSL color Cylindrical-coordinate representation of color #88407F: hue angle of 307.5º 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 #88407F is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13664127-
CMYK00.530.070.47
HSL307.5º36%39.22%-
HSV(B)307.5º52.94%53.33%-
XYZ15.8210.4321.26-
YUV92.71147.35158.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 127 (50% from 255) = 38.84%
R=41.59%
G=19.57%
B=38.84%

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
Decimal1366412700.530.070.47307.53639.22
Hex88407F03572F1342427
Octal2101001770657574644447
Binary10001000100000011111110110101111101111100110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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