#DE7EF4

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

Shades of Heliotrope #DE7EF4

Tints of Heliotrope #DE7EF4

Color information

#DE7EF4 (or 0xDE7EF4) is unknown color: approx Heliotrope. HEX triplet: DE, 7E and F4. RGB value is (222,126,244). Sum of RGB (Red+Green+Blue) = 222+126+244=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 126 (49.61% from 255 or 21.28% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE7EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7EF4 is #21810B. Grayscale: #A7A7A7. Windows color (decimal): -2195724 or 16023262. OLE color: 16023262.

HSL color Cylindrical-coordinate representation of color #DE7EF4: hue angle of 288.81º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7EF4 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222126244-
CMYK0.090.4800.04
HSL288.81º84.29%72.55%-
HSV(B)288.81º48.36%95.69%-
XYZ53.9136.9889.88-
YUV168.16170.8166.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 126 (49.61% from 255) = 21.28%
BLUE value IS 244 (95.70% from 255) = 41.22%
R=37.5%
G=21.28%
B=41.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221262440.090.4800.04288.8184.2972.55
HexDE7EF4930041215449
Octal336176364116004441124111
Binary110111101111110111101001001110000010010010000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EF4; }

 p { color: rgb(222,126,244); }

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

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

 a { background-color: rgb(222,126,244); }

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

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

 span { border-color: rgb(222,126,244); }

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