#FF85DE

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

Shades of Pale Magenta #FF85DE

Tints of Pale Magenta #FF85DE

Color information

#FF85DE (or 0xFF85DE) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and DE. RGB value is (255,133,222). Sum of RGB (Red+Green+Blue) = 255+133+222=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85DE is #007A21. Grayscale: #B3B3B3. Windows color (decimal): -31266 or 14583295. OLE color: 14583295.

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

Color convert

RGB255133222-
CMYK00.480.130
HSL316.23º100%76.08%-
HSV(B)316.23º47.84%100%-
XYZ62.8143.3174.16-
YUV179.62151.92181.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 133 (52.34% from 255) = 21.80%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=41.80%
G=21.80%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513322200.480.130316.2310076.08
HexFF85DE030D013c644c
Octal377205336060150474144114
Binary11111111100001011101111001100001101010011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85DE; }

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

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

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

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

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

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

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

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