#88427F

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

Shades of Trendy Pink #88427F

Tints of Trendy Pink #88427F

Color information

#88427F (or 0x88427F) is unknown color: approx Trendy Pink. HEX triplet: 88, 42 and 7F. RGB value is (136,66,127). Sum of RGB (Red+Green+Blue) = 136+66+127=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88427F is #77BD80. Grayscale: #5D5D5D. Windows color (decimal): -7847297 or 8340104. OLE color: 8340104.

HSL color Cylindrical-coordinate representation of color #88427F: hue angle of 307.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88427F is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13666127-
CMYK00.510.070.47
HSL307.71º34.65%39.61%-
HSV(B)307.71º51.47%53.33%-
XYZ15.9310.6621.3-
YUV93.88146.69158.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 127 (50% from 255) = 38.60%
R=41.34%
G=20.06%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366612700.510.070.47307.7134.6539.61
Hex88427F03372F1342328
Octal2101021770637574644350
Binary10001000100001011111110110011111101111100110100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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