Html Css Color HEX #88427C Trendy Pink

📋 copy color: '#88427C'

red 136 ◦ green 66 ◦ blue 124

#88427C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #88427C

Tints of Trendy Pink #88427C

RGB

 RED value IS 136 (53.52% from 255) = 41.72%

 GREEN value IS 66 (26.17% from 255) = 20.25%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 41.72%
G = 20.25%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88427C (or 0x88427C) is known color: Trendy Pink. HEX triplet: 88, 42 and 7C. RGB value is (136,66,124). Sum of RGB (Red+Green+Blue) = 136+66+124=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88427C is #77BD83. Grayscale: #5D5D5D. Windows color (decimal): -7847300 or 8143496. OLE color: 8143496.

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

Color convert

RGB 136 66 124 -
CMYK 0 0.51 0.09 0.47
HSL 310.29º 0.35% 0.4% -
HSV(B) 310.29º 0.51% 0.53% -
XYZ 15.74 10.59 20.28 -
YUV 93.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 136 66 124 0 0.51 0.09 0.47 310.29 0.35 0.4
Hex 88 42 7C 0 33 9 2F 136 23 28
Octal 210 102 174 0 63 11 57 466 43 50
Binary 10001000 1000010 1111100 0 110011 1001 101111 100110110 100011 101000

Color Harmonies of #88427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88427C

Black with #88427C

Text Example


Text Example

White with #88427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88427C;
 }
 .AnyTagClassName
 {
   color: #88427C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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