#DE85FF

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

Shades of Heliotrope #DE85FF

Tints of Heliotrope #DE85FF

Color information

#DE85FF (or 0xDE85FF) is unknown color: approx Heliotrope. HEX triplet: DE, 85 and FF. RGB value is (222,133,255). Sum of RGB (Red+Green+Blue) = 222+133+255=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85FF is #217A00. Grayscale: #ADADAD. Windows color (decimal): -2193921 or 16745950. OLE color: 16745950.

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

Color convert

RGB222133255-
CMYK0.130.4800
HSL283.77º100%76.08%-
HSV(B)283.77º47.84%100%-
XYZ56.5639.5299.26-
YUV173.52173.99162.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221332550.130.4800283.7710076.08
HexDE85FFD300011c644c
Octal336205377156000434144114
Binary11011110100001011111111111011100000010001110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85FF; }

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

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

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

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

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

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

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

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