Html Css Color HEX #88618D Trendy Pink

📋 copy color: '#88618D'

red 136 ◦ green 97 ◦ blue 141

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

Shades of Trendy Pink #88618D

Tints of Trendy Pink #88618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.94%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 36.36%
G = 25.94%
B = 37.7%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88618D (or 0x88618D) is known color: Trendy Pink. HEX triplet: 88, 61 and 8D. RGB value is (136,97,141). Sum of RGB (Red+Green+Blue) = 136+97+141=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #88618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88618D is #779E72. Grayscale: #717171. Windows color (decimal): -7839347 or 9265544. OLE color: 9265544.

HSL color Cylindrical-coordinate representation of color #88618D: hue angle of 293.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88618D is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 97 141 -
CMYK 0.04 0.31 0 0.45
HSL 293.18º 0.18% 0.47% -
HSV(B) 293.18º 0.31% 0.55% -
XYZ 19.24 15.71 27.22 -
YUV 113.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 136 97 141 0.04 0.31 0 0.45 293.18 0.18 0.47
Hex 88 61 8D 4 1F 0 2D 125 12 2F
Octal 210 141 215 4 37 0 55 445 22 57
Binary 10001000 1100001 10001101 100 11111 0 101101 100100101 10010 101111

Color Harmonies of #88618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88618D

Black with #88618D

Text Example


Text Example

White with #88618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,97,141); }

 H1.HeaderClassName
 {
   color: #88618D;
 }
 .AnyTagClassName
 {
   color: #88618D;
 }
</style>

background-color css

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

 a { background-color: rgb(136,97,141); }

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

border-color css

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

 span { border-color: rgb(136,97,141); }

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