Html Css Color HEX #885385 Trendy Pink

📋 copy color: '#885385'

red 136 ◦ green 83 ◦ blue 133

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

Shades of Trendy Pink #885385

Tints of Trendy Pink #885385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 38.64%
G = 23.58%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#885385 (or 0x885385) is known color: Trendy Pink. HEX triplet: 88, 53 and 85. RGB value is (136,83,133). Sum of RGB (Red+Green+Blue) = 136+83+133=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #885385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885385 is #77AC7A. Grayscale: #686868. Windows color (decimal): -7842939 or 8737672. OLE color: 8737672.

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

Color convert

RGB 136 83 133 -
CMYK 0 0.39 0.02 0.47
HSL 303.4º 0.24% 0.43% -
HSV(B) 303.4º 0.39% 0.53% -
XYZ 17.48 13.11 23.8 -
YUV 104.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 136 83 133 0 0.39 0.02 0.47 303.4 0.24 0.43
Hex 88 53 85 0 27 2 2F 12F 18 2B
Octal 210 123 205 0 47 2 57 457 30 53
Binary 10001000 1010011 10000101 0 100111 10 101111 100101111 11000 101011

Color Harmonies of #885385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885385

Black with #885385

Text Example


Text Example

White with #885385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885385; }

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

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

background-color css

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

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

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

border-color css

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

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

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