#DE82F3

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

Shades of Heliotrope #DE82F3

Tints of Heliotrope #DE82F3

Color information

#DE82F3 (or 0xDE82F3) is unknown color: approx Heliotrope. HEX triplet: DE, 82 and F3. RGB value is (222,130,243). Sum of RGB (Red+Green+Blue) = 222+130+243=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE82F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE82F3 is #217D0C. Grayscale: #AAAAAA. Windows color (decimal): -2194701 or 15958750. OLE color: 15958750.

HSL color Cylindrical-coordinate representation of color #DE82F3: hue angle of 288.85º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE82F3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222130243-
CMYK0.090.4700.05
HSL288.85º82.48%73.14%-
HSV(B)288.85º46.5%95.29%-
XYZ54.2837.9789.26-
YUV170.39168.98164.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 130 (51.17% from 255) = 21.85%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=37.31%
G=21.85%
B=40.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221302430.090.4700.05288.8582.4873.14
HexDE82F392F051215249
Octal336202363115705441122111
Binary1101111010000010111100111001101111010110010000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82F3; }

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

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

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

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

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

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

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

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