Html Css Color HEX #885884 Trendy Pink

📋 copy color: '#885884'

red 136 ◦ green 88 ◦ blue 132

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

Shades of Trendy Pink #885884

Tints of Trendy Pink #885884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 38.2%
G = 24.72%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#885884 (or 0x885884) is known color: Trendy Pink. HEX triplet: 88, 58 and 84. RGB value is (136,88,132). Sum of RGB (Red+Green+Blue) = 136+88+132=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #885884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885884 is #77A77B. Grayscale: #6B6B6B. Windows color (decimal): -7841660 or 8673416. OLE color: 8673416.

HSL color Cylindrical-coordinate representation of color #885884: hue angle of 305º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885884 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 132 -
CMYK 0 0.35 0.03 0.47
HSL 305º 0.21% 0.44% -
HSV(B) 305º 0.35% 0.53% -
XYZ 17.81 13.88 23.57 -
YUV 107.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 136 88 132 0 0.35 0.03 0.47 305 0.21 0.44
Hex 88 58 84 0 23 3 2F 131 15 2C
Octal 210 130 204 0 43 3 57 461 25 54
Binary 10001000 1011000 10000100 0 100011 11 101111 100110001 10101 101100

Color Harmonies of #885884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885884

Black with #885884

Text Example


Text Example

White with #885884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885884; }

 p { color: rgb(136,88,132); }

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

background-color css

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

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

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

border-color css

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

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

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