#DE85FE

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

Shades of Heliotrope #DE85FE

Tints of Heliotrope #DE85FE

Color information

#DE85FE (or 0xDE85FE) is unknown color: approx Heliotrope. HEX triplet: DE, 85 and FE. RGB value is (222,133,254). Sum of RGB (Red+Green+Blue) = 222+133+254=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85FE is #217A01. Grayscale: #ADADAD. Windows color (decimal): -2193922 or 16680414. OLE color: 16680414.

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

Color convert

RGB222133254-
CMYK0.130.4800.00
HSL284.13º98.37%75.88%-
HSV(B)284.13º47.64%99.61%-
XYZ56.439.4698.41-
YUV173.4173.49162.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=36.45%
G=21.84%
B=41.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221332540.130.4800.00284.1398.3775.88
HexDE85FED300011c624c
Octal336205376156000434142114
Binary11011110100001011111111011011100000010001110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85FE; }

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

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

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

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

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

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

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

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