Html Css Color HEX #88608D Trendy Pink

📋 copy color: '#88608D'

red 136 ◦ green 96 ◦ blue 141

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

Shades of Trendy Pink #88608D

Tints of Trendy Pink #88608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

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

R = 36.46%
G = 25.74%
B = 37.8%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88608D (or 0x88608D) is known color: Trendy Pink. HEX triplet: 88, 60 and 8D. RGB value is (136,96,141). Sum of RGB (Red+Green+Blue) = 136+96+141=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #88608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88608D is #779F72. Grayscale: #707070. Windows color (decimal): -7839603 or 9265288. OLE color: 9265288.

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

Color convert

RGB 136 96 141 -
CMYK 0.04 0.32 0 0.45
HSL 293.33º 0.19% 0.46% -
HSV(B) 293.33º 0.32% 0.55% -
XYZ 19.14 15.52 27.19 -
YUV 113.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 136 96 141 0.04 0.32 0 0.45 293.33 0.19 0.46
Hex 88 60 8D 4 20 0 2D 125 13 2E
Octal 210 140 215 4 40 0 55 445 23 56
Binary 10001000 1100000 10001101 100 100000 0 101101 100100101 10011 101110

Color Harmonies of #88608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88608D

Black with #88608D

Text Example


Text Example

White with #88608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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