#DE82F9

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

Shades of Heliotrope #DE82F9

Tints of Heliotrope #DE82F9

Color information

#DE82F9 (or 0xDE82F9) is unknown color: approx Heliotrope. HEX triplet: DE, 82 and F9. RGB value is (222,130,249). Sum of RGB (Red+Green+Blue) = 222+130+249=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE82F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE82F9 is #217D06. Grayscale: #AAAAAA. Windows color (decimal): -2194695 or 16351966. OLE color: 16351966.

HSL color Cylindrical-coordinate representation of color #DE82F9: hue angle of 286.39º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE82F9 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222130249-
CMYK0.110.4800.02
HSL286.39º90.84%74.31%-
HSV(B)286.39º47.79%97.65%-
XYZ55.2138.3394.11-
YUV171.07171.98164.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=36.94%
G=21.63%
B=41.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221302490.110.4800.02286.3990.8474.31
HexDE82F9B300211e5b4a
Octal336202371136002436133112
Binary110111101000001011111001101111000001010001111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82F9; }

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

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

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

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

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

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

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

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