Html Css Color HEX #88648D Trendy Pink

📋 copy color: '#88648D'

red 136 ◦ green 100 ◦ blue 141

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

Shades of Trendy Pink #88648D

Tints of Trendy Pink #88648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 36.07%
G = 26.53%
B = 37.4%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88648D (or 0x88648D) is known color: Trendy Pink. HEX triplet: 88, 64 and 8D. RGB value is (136,100,141). Sum of RGB (Red+Green+Blue) = 136+100+141=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #88648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88648D is #779B72. Grayscale: #737373. Windows color (decimal): -7838579 or 9266312. OLE color: 9266312.

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

Color convert

RGB 136 100 141 -
CMYK 0.04 0.29 0 0.45
HSL 292.68º 0.17% 0.47% -
HSV(B) 292.68º 0.29% 0.55% -
XYZ 19.52 16.27 27.31 -
YUV 115.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 136 100 141 0.04 0.29 0 0.45 292.68 0.17 0.47
Hex 88 64 8D 4 1D 0 2D 125 11 2F
Octal 210 144 215 4 35 0 55 445 21 57
Binary 10001000 1100100 10001101 100 11101 0 101101 100100101 10001 101111

Color Harmonies of #88648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88648D

Black with #88648D

Text Example


Text Example

White with #88648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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