Html Css Color HEX #884483 Trendy Pink

📋 copy color: '#884483'

red 136 ◦ green 68 ◦ blue 131

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

Shades of Trendy Pink #884483

Tints of Trendy Pink #884483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 40.6%
G = 20.3%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#884483 (or 0x884483) is known color: Trendy Pink. HEX triplet: 88, 44 and 83. RGB value is (136,68,131). Sum of RGB (Red+Green+Blue) = 136+68+131=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #884483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884483 is #77BB7C. Grayscale: #5F5F5F. Windows color (decimal): -7846781 or 8602760. OLE color: 8602760.

HSL color Cylindrical-coordinate representation of color #884483: hue angle of 304.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884483 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 131 -
CMYK 0 0.50 0.04 0.47
HSL 304.41º 0.33% 0.4% -
HSV(B) 304.41º 0.5% 0.53% -
XYZ 16.32 11.01 22.74 -
YUV 95.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 136 68 131 0 0.50 0.04 0.47 304.41 0.33 0.4
Hex 88 44 83 0 32 4 2F 130 21 28
Octal 210 104 203 0 62 4 57 460 41 50
Binary 10001000 1000100 10000011 0 110010 100 101111 100110000 100001 101000

Color Harmonies of #884483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884483

Black with #884483

Text Example


Text Example

White with #884483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884483; }

 p { color: rgb(136,68,131); }

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

background-color css

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

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

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

border-color css

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

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

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