#DE82FE

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

Shades of Heliotrope #DE82FE

Tints of Heliotrope #DE82FE

Color information

#DE82FE (or 0xDE82FE) is unknown color: approx Heliotrope. HEX triplet: DE, 82 and FE. RGB value is (222,130,254). Sum of RGB (Red+Green+Blue) = 222+130+254=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE82FE is #217D01. Grayscale: #ABABAB. Windows color (decimal): -2194690 or 16679646. OLE color: 16679646.

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

Color convert

RGB222130254-
CMYK0.130.4900.00
HSL284.52º98.41%75.29%-
HSV(B)284.52º48.82%99.61%-
XYZ5638.6598.27-
YUV171.64174.48163.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 130 (51.17% from 255) = 21.45%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=36.63%
G=21.45%
B=41.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221302540.130.4900.00284.5298.4175.29
HexDE82FED310011d624b
Octal336202376156100435142113
Binary11011110100000101111111011011100010010001110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82FE; }

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

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

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

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

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

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

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

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