Html Css Color HEX #844482 Trendy Pink

📋 copy color: '#844482'

red 132 ◦ green 68 ◦ blue 130

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

Shades of Trendy Pink #844482

Tints of Trendy Pink #844482

RGB

 RED value IS 132 (51.95% from 255) = 40%

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

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 40%
G = 20.61%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#844482 (or 0x844482) is known color: Trendy Pink. HEX triplet: 84, 44 and 82. RGB value is (132,68,130). Sum of RGB (Red+Green+Blue) = 132+68+130=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #844482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844482 is #7BBB7D. Grayscale: #5E5E5E. Windows color (decimal): -8108926 or 8537220. OLE color: 8537220.

HSL color Cylindrical-coordinate representation of color #844482: hue angle of 301.88º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844482 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 130 -
CMYK 0 0.48 0.02 0.48
HSL 301.88º 0.32% 0.39% -
HSV(B) 301.88º 0.48% 0.52% -
XYZ 15.61 10.65 22.35 -
YUV 94.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 132 68 130 0 0.48 0.02 0.48 301.88 0.32 0.39
Hex 84 44 82 0 30 2 30 12E 20 27
Octal 204 104 202 0 60 2 60 456 40 47
Binary 10000100 1000100 10000010 0 110000 10 110000 100101110 100000 100111

Color Harmonies of #844482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844482

Black with #844482

Text Example


Text Example

White with #844482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844482; }

 p { color: rgb(132,68,130); }

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

background-color css

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

 a { background-color: rgb(132,68,130); }

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

border-color css

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

 span { border-color: rgb(132,68,130); }

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