#884282

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

Shades of Trendy Pink #884282

Tints of Trendy Pink #884282

Color information

#884282 (or 0x884282) is unknown color: approx Trendy Pink. HEX triplet: 88, 42 and 82. RGB value is (136,66,130). Sum of RGB (Red+Green+Blue) = 136+66+130=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #884282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884282 is #77BD7D. Grayscale: #5E5E5E. Windows color (decimal): -7847294 or 8536712. OLE color: 8536712.

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

Color convert

RGB13666130-
CMYK00.510.040.47
HSL305.14º34.65%39.61%-
HSV(B)305.14º51.47%53.33%-
XYZ16.1310.7422.34-
YUV94.23148.19157.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=40.96%
G=19.88%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366613000.510.040.47305.1434.6539.61
Hex88428203342F1312328
Octal2101022020634574614350
Binary100010001000010100000100110011100101111100110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884282; }

 p { color: rgb(136,66,130); }

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

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

 a { background-color: rgb(136,66,130); }

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

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

 span { border-color: rgb(136,66,130); }

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