Html Css Color HEX #884988 Trendy Pink

📋 copy color: '#884988'

red 136 ◦ green 73 ◦ blue 136

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

Shades of Trendy Pink #884988

Tints of Trendy Pink #884988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 39.42%
G = 21.16%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#884988 (or 0x884988) is known color: Trendy Pink. HEX triplet: 88, 49 and 88. RGB value is (136,73,136). Sum of RGB (Red+Green+Blue) = 136+73+136=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #884988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884988 is #77B677. Grayscale: #626262. Windows color (decimal): -7845496 or 8931720. OLE color: 8931720.

HSL color Cylindrical-coordinate representation of color #884988: hue angle of 300º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884988 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 136 -
CMYK 0 0.46 0 0.47
HSL 300º 0.3% 0.41% -
HSV(B) 300º 0.46% 0.53% -
XYZ 16.98 11.78 24.67 -
YUV 99.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 136 73 136 0 0.46 0 0.47 300 0.3 0.41
Hex 88 49 88 0 2E 0 2F 12C 1E 29
Octal 210 111 210 0 56 0 57 454 36 51
Binary 10001000 1001001 10001000 0 101110 0 101111 100101100 11110 101001

Color Harmonies of #884988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884988

Black with #884988

Text Example


Text Example

White with #884988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884988; }

 p { color: rgb(136,73,136); }

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

background-color css

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

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

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

border-color css

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

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

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