Html Css Color HEX #885886 Trendy Pink

📋 copy color: '#885886'

red 136 ◦ green 88 ◦ blue 134

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

Shades of Trendy Pink #885886

Tints of Trendy Pink #885886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.43%

R = 37.99%
G = 24.58%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#885886 (or 0x885886) is known color: Trendy Pink. HEX triplet: 88, 58 and 86. RGB value is (136,88,134). Sum of RGB (Red+Green+Blue) = 136+88+134=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #885886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885886 is #77A779. Grayscale: #6B6B6B. Windows color (decimal): -7841658 or 8804488. OLE color: 8804488.

HSL color Cylindrical-coordinate representation of color #885886: hue angle of 302.5º 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 #885886 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 134 -
CMYK 0 0.35 0.01 0.47
HSL 302.5º 0.21% 0.44% -
HSV(B) 302.5º 0.35% 0.53% -
XYZ 17.95 13.93 24.3 -
YUV 107.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 136 88 134 0 0.35 0.01 0.47 302.5 0.21 0.44
Hex 88 58 86 0 23 1 2F 12E 15 2C
Octal 210 130 206 0 43 1 57 456 25 54
Binary 10001000 1011000 10000110 0 100011 1 101111 100101110 10101 101100

Color Harmonies of #885886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885886

Black with #885886

Text Example


Text Example

White with #885886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885886; }

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

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

background-color css

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

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

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

border-color css

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

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

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