#DE85FD

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

Shades of Heliotrope #DE85FD

Tints of Heliotrope #DE85FD

Color information

#DE85FD (or 0xDE85FD) is unknown color: approx Heliotrope. HEX triplet: DE, 85 and FD. RGB value is (222,133,253). Sum of RGB (Red+Green+Blue) = 222+133+253=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85FD is #217A02. Grayscale: #ACACAC. Windows color (decimal): -2193923 or 16614878. OLE color: 16614878.

HSL color Cylindrical-coordinate representation of color #DE85FD: hue angle of 284.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE85FD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222133253-
CMYK0.120.4700.01
HSL284.5º96.77%75.69%-
HSV(B)284.5º47.43%99.22%-
XYZ56.2439.497.57-
YUV173.29172.99162.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 133 (52.34% from 255) = 21.88%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=36.51%
G=21.88%
B=41.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221332530.120.4700.01284.596.7775.69
HexDE85FDC2F0111c614c
Octal336205375145701434141114
Binary11011110100001011111110111001011110110001110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85FD; }

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

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

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

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

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

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

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

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