Html Css Color HEX #885388 Trendy Pink

📋 copy color: '#885388'

red 136 ◦ green 83 ◦ blue 136

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

Shades of Trendy Pink #885388

Tints of Trendy Pink #885388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 38.31%
G = 23.38%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#885388 (or 0x885388) is known color: Trendy Pink. HEX triplet: 88, 53 and 88. RGB value is (136,83,136). Sum of RGB (Red+Green+Blue) = 136+83+136=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #885388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885388 is #77AC77. Grayscale: #686868. Windows color (decimal): -7842936 or 8934280. OLE color: 8934280.

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

Color convert

RGB 136 83 136 -
CMYK 0 0.39 0 0.47
HSL 300º 0.24% 0.43% -
HSV(B) 300º 0.39% 0.53% -
XYZ 17.69 13.2 24.91 -
YUV 104.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 136 83 136 0 0.39 0 0.47 300 0.24 0.43
Hex 88 53 88 0 27 0 2F 12C 18 2B
Octal 210 123 210 0 47 0 57 454 30 53
Binary 10001000 1010011 10001000 0 100111 0 101111 100101100 11000 101011

Color Harmonies of #885388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885388

Black with #885388

Text Example


Text Example

White with #885388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885388; }

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

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

background-color css

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

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

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

border-color css

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

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

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