Html Css Color HEX #885882 Trendy Pink

📋 copy color: '#885882'

red 136 ◦ green 88 ◦ blue 130

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

Shades of Trendy Pink #885882

Tints of Trendy Pink #885882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 38.42%
G = 24.86%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#885882 (or 0x885882) is known color: Trendy Pink. HEX triplet: 88, 58 and 82. RGB value is (136,88,130). Sum of RGB (Red+Green+Blue) = 136+88+130=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #885882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885882 is #77A77D. Grayscale: #6B6B6B. Windows color (decimal): -7841662 or 8542344. OLE color: 8542344.

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

Color convert

RGB 136 88 130 -
CMYK 0 0.35 0.04 0.47
HSL 307.5º 0.21% 0.44% -
HSV(B) 307.5º 0.35% 0.53% -
XYZ 17.67 13.83 22.86 -
YUV 107.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 136 88 130 0 0.35 0.04 0.47 307.5 0.21 0.44
Hex 88 58 82 0 23 4 2F 134 15 2C
Octal 210 130 202 0 43 4 57 464 25 54
Binary 10001000 1011000 10000010 0 100011 100 101111 100110100 10101 101100

Color Harmonies of #885882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885882

Black with #885882

Text Example


Text Example

White with #885882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885882; }

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

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

background-color css

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

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

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

border-color css

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

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

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