Html Css Color HEX #885288 Trendy Pink

📋 copy color: '#885288'

red 136 ◦ green 82 ◦ blue 136

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

Shades of Trendy Pink #885288

Tints of Trendy Pink #885288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

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

R = 38.42%
G = 23.16%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#885288 (or 0x885288) is known color: Trendy Pink. HEX triplet: 88, 52 and 88. RGB value is (136,82,136). Sum of RGB (Red+Green+Blue) = 136+82+136=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #885288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885288 is #77AD77. Grayscale: #686868. Windows color (decimal): -7843192 or 8934024. OLE color: 8934024.

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

Color convert

RGB 136 82 136 -
CMYK 0 0.40 0 0.47
HSL 300º 0.25% 0.43% -
HSV(B) 300º 0.4% 0.53% -
XYZ 17.61 13.05 24.88 -
YUV 104.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 136 82 136 0 0.40 0 0.47 300 0.25 0.43
Hex 88 52 88 0 28 0 2F 12C 19 2B
Octal 210 122 210 0 50 0 57 454 31 53
Binary 10001000 1010010 10001000 0 101000 0 101111 100101100 11001 101011

Color Harmonies of #885288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885288

Black with #885288

Text Example


Text Example

White with #885288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885288; }

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

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

background-color css

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

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

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

border-color css

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

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

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