#FF84DE

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

Shades of Pale Magenta #FF84DE

Tints of Pale Magenta #FF84DE

Color information

#FF84DE (or 0xFF84DE) is unknown color: approx Pale Magenta. HEX triplet: FF, 84 and DE. RGB value is (255,132,222). Sum of RGB (Red+Green+Blue) = 255+132+222=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84DE is #007B21. Grayscale: #B2B2B2. Windows color (decimal): -31522 or 14583039. OLE color: 14583039.

HSL color Cylindrical-coordinate representation of color #FF84DE: hue angle of 316.1º 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 #FF84DE is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255132222-
CMYK00.480.130
HSL316.1º100%75.88%-
HSV(B)316.1º48.24%100%-
XYZ62.6843.0474.11-
YUV179.04152.25182.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 132 (51.95% from 255) = 21.67%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=41.87%
G=21.67%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513222200.480.130316.110075.88
HexFF84DE030D013c644c
Octal377204336060150474144114
Binary11111111100001001101111001100001101010011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84DE; }

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

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

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

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

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

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

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

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