Html Css Color HEX #88427A Trendy Pink

📋 copy color: '#88427A'

red 136 ◦ green 66 ◦ blue 122

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

Shades of Trendy Pink #88427A

Tints of Trendy Pink #88427A

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 value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88427A (or 0x88427A) is known color: 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

RGB 136 66 122 -
CMYK 0 0.51 0.10 0.47
HSL 312º 0.35% 0.4% -
HSV(B) 312º 0.51% 0.53% -
XYZ 15.61 10.54 19.62 -
YUV 93.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 136 66 122 0 0.51 0.10 0.47 312 0.35 0.4
Hex 88 42 7A 0 33 A 2F 138 23 28
Octal 210 102 172 0 63 12 57 470 43 50
Binary 10001000 1000010 1111010 0 110011 1010 101111 100111000 100011 101000

Color Harmonies of #88427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88427A

Black with #88427A

Text Example


Text Example

White with #88427A

Text Example


Text Example

HTML Codes & Css Web 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>