Html Css Color HEX #88467D Trendy Pink

📋 copy color: '#88467D'

red 136 ◦ green 70 ◦ blue 125

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

Shades of Trendy Pink #88467D

Tints of Trendy Pink #88467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 41.09%
G = 21.15%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88467D (or 0x88467D) is known color: Trendy Pink. HEX triplet: 88, 46 and 7D. RGB value is (136,70,125). Sum of RGB (Red+Green+Blue) = 136+70+125=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88467D is #77B982. Grayscale: #5F5F5F. Windows color (decimal): -7846275 or 8210056. OLE color: 8210056.

HSL color Cylindrical-coordinate representation of color #88467D: hue angle of 310º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88467D is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 125 -
CMYK 0 0.49 0.08 0.47
HSL 310º 0.32% 0.4% -
HSV(B) 310º 0.49% 0.53% -
XYZ 16.05 11.1 20.7 -
YUV 96 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 136 70 125 0 0.49 0.08 0.47 310 0.32 0.4
Hex 88 46 7D 0 31 8 2F 136 20 28
Octal 210 106 175 0 61 10 57 466 40 50
Binary 10001000 1000110 1111101 0 110001 1000 101111 100110110 100000 101000

Color Harmonies of #88467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88467D

Black with #88467D

Text Example


Text Example

White with #88467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,70,125); }

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

background-color css

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

 a { background-color: rgb(136,70,125); }

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

border-color css

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

 span { border-color: rgb(136,70,125); }

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