#88427D

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

Shades of Trendy Pink #88427D

Tints of Trendy Pink #88427D

Color information

#88427D (or 0x88427D) is unknown color: approx Trendy Pink. HEX triplet: 88, 42 and 7D. RGB value is (136,66,125). Sum of RGB (Red+Green+Blue) = 136+66+125=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88427D is #77BD82. Grayscale: #5D5D5D. Windows color (decimal): -7847299 or 8209032. OLE color: 8209032.

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

Color convert

RGB13666125-
CMYK00.510.080.47
HSL309.43º34.65%39.61%-
HSV(B)309.43º51.47%53.33%-
XYZ15.810.6120.62-
YUV93.66145.69158.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=41.59%
G=20.18%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366612500.510.080.47309.4334.6539.61
Hex88427D03382F1352328
Octal21010217506310574654350
Binary100010001000010111110101100111000101111100110101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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