#FF84DC

Color #FF84DC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF84DC

Tints of Pale Magenta #FF84DC

Color information

#FF84DC (or 0xFF84DC) is unknown color: approx Pale Magenta. HEX triplet: FF, 84 and DC. RGB value is (255,132,220). Sum of RGB (Red+Green+Blue) = 255+132+220=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84DC is #007B23. Grayscale: #B2B2B2. Windows color (decimal): -31524 or 14451967. OLE color: 14451967.

HSL color Cylindrical-coordinate representation of color #FF84DC: hue angle of 317.07º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84DC is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255132220-
CMYK00.480.140
HSL317.07º100%75.88%-
HSV(B)317.07º48.24%100%-
XYZ62.4142.9372.71-
YUV178.81151.25182.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 132 (51.95% from 255) = 21.75%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=42.01%
G=21.75%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513222000.480.140317.0710075.88
HexFF84DC030E013d644c
Octal377204334060160475144114
Binary11111111100001001101110001100001110010011110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84DC; }

 p { color: rgb(255,132,220); }

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

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

 a { background-color: rgb(255,132,220); }

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

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

 span { border-color: rgb(255,132,220); }

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