Html Css Color HEX #844378 Trendy Pink

📋 copy color: '#844378'

red 132 ◦ green 67 ◦ blue 120

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

Shades of Trendy Pink #844378

Tints of Trendy Pink #844378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 41.38%
G = 21%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#844378 (or 0x844378) is known color: Trendy Pink. HEX triplet: 84, 43 and 78. RGB value is (132,67,120). Sum of RGB (Red+Green+Blue) = 132+67+120=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #844378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844378 is #7BBC87. Grayscale: #5C5C5C. Windows color (decimal): -8109192 or 7881604. OLE color: 7881604.

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

Color convert

RGB 132 67 120 -
CMYK 0 0.49 0.09 0.48
HSL 311.08º 0.33% 0.39% -
HSV(B) 311.08º 0.49% 0.52% -
XYZ 14.91 10.28 18.97 -
YUV 92.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 132 67 120 0 0.49 0.09 0.48 311.08 0.33 0.39
Hex 84 43 78 0 31 9 30 137 21 27
Octal 204 103 170 0 61 11 60 467 41 47
Binary 10000100 1000011 1111000 0 110001 1001 110000 100110111 100001 100111

Color Harmonies of #844378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844378

Black with #844378

Text Example


Text Example

White with #844378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844378; }

 p { color: rgb(132,67,120); }

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

background-color css

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

 a { background-color: rgb(132,67,120); }

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

border-color css

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

 span { border-color: rgb(132,67,120); }

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