#88427A

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

Shades of Trendy Pink #88427A

Tints of Trendy Pink #88427A

Color information

#88427A (or 0x88427A) is unknown color: approx Trendy Pink. HEX triplet: 88, 42 and 7A. RGB value is (136,66,122). Sum of RGB (Red+Green+Blue) = 136+66+122=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #88427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88427A is #77BD85. Grayscale: #5D5D5D. Windows color (decimal): -7847302 or 8012424. OLE color: 8012424.

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

Color convert

RGB13666122-
CMYK00.510.100.47
HSL312º34.65%39.61%-
HSV(B)312º51.47%53.33%-
XYZ15.6110.5419.62-
YUV93.31144.19158.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=41.98%
G=20.37%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366612200.510.100.4731234.6539.61
Hex88427A033A2F1382328
Octal21010217206312574704350
Binary100010001000010111101001100111010101111100111000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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