#DE84FF

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

Shades of Heliotrope #DE84FF

Tints of Heliotrope #DE84FF

Color information

#DE84FF (or 0xDE84FF) is unknown color: approx Heliotrope. HEX triplet: DE, 84 and FF. RGB value is (222,132,255). Sum of RGB (Red+Green+Blue) = 222+132+255=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE84FF is #217B00. Grayscale: #ACACAC. Windows color (decimal): -2194177 or 16745694. OLE color: 16745694.

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

Color convert

RGB222132255-
CMYK0.130.4800
HSL283.9º100%75.88%-
HSV(B)283.9º48.24%100%-
XYZ56.4339.2599.21-
YUV172.93174.32163-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221322550.130.4800283.910075.88
HexDE84FFD300011c644c
Octal336204377156000434144114
Binary11011110100001001111111111011100000010001110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84FF; }

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

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

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

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

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

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

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

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