#854378

Color #854378 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #854378

Tints of Trendy Pink #854378

Color information

#854378 (or 0x854378) is unknown color: approx Trendy Pink. HEX triplet: 85, 43 and 78. RGB value is (133,67,120). Sum of RGB (Red+Green+Blue) = 133+67+120=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854378 is #7ABC87. Grayscale: #5C5C5C. Windows color (decimal): -8043656 or 7881605. OLE color: 7881605.

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

Color convert

RGB13367120-
CMYK00.500.100.48
HSL311.82º33%39.22%-
HSV(B)311.82º49.62%52.16%-
XYZ15.0710.3618.97-
YUV92.78143.37156.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=41.56%
G=20.94%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336712000.500.100.48311.823339.22
Hex854378032A301382127
Octal20510317006212604704147
Binary100001011000011111100001100101010110000100111000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854378; }

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

 H1.HeaderClassName
 {
   color: #854378;
 }
 .AnyTagClassName
 {
   color: #854378;
 }
</style>
background-color css

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

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

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

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

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

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