Html Css Color HEX #886384 Trendy Pink

📋 copy color: '#886384'

red 136 ◦ green 99 ◦ blue 132

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

Shades of Trendy Pink #886384

Tints of Trendy Pink #886384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 37.06%
G = 26.98%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#886384 (or 0x886384) is known color: Trendy Pink. HEX triplet: 88, 63 and 84. RGB value is (136,99,132). Sum of RGB (Red+Green+Blue) = 136+99+132=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #886384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886384 is #779C7B. Grayscale: #717171. Windows color (decimal): -7838844 or 8676232. OLE color: 8676232.

HSL color Cylindrical-coordinate representation of color #886384: hue angle of 306.49º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886384 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 132 -
CMYK 0 0.27 0.03 0.47
HSL 306.49º 0.16% 0.46% -
HSV(B) 306.49º 0.27% 0.53% -
XYZ 18.78 15.82 23.89 -
YUV 113.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 136 99 132 0 0.27 0.03 0.47 306.49 0.16 0.46
Hex 88 63 84 0 1B 3 2F 132 10 2E
Octal 210 143 204 0 33 3 57 462 20 56
Binary 10001000 1100011 10000100 0 11011 11 101111 100110010 10000 101110

Color Harmonies of #886384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886384

Black with #886384

Text Example


Text Example

White with #886384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886384; }

 p { color: rgb(136,99,132); }

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

background-color css

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

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

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

border-color css

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

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

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