#DE68F4

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

Shades of Heliotrope #DE68F4

Tints of Heliotrope #DE68F4

Color information

#DE68F4 (or 0xDE68F4) is unknown color: approx Heliotrope. HEX triplet: DE, 68 and F4. RGB value is (222,104,244). Sum of RGB (Red+Green+Blue) = 222+104+244=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE68F4 is #21970B. Grayscale: #9A9A9A. Windows color (decimal): -2201356 or 16017630. OLE color: 16017630.

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

Color convert

RGB222104244-
CMYK0.090.5700.04
HSL290.57º86.42%68.24%-
HSV(B)290.57º57.38%95.69%-
XYZ51.431.9689.05-
YUV155.24178.09175.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 104 (41.02% from 255) = 18.25%
BLUE value IS 244 (95.70% from 255) = 42.81%
R=38.95%
G=18.25%
B=42.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221042440.090.5700.04290.5786.4268.24
HexDE68F4939041235644
Octal336150364117104443126104
Binary110111101101000111101001001111001010010010001110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE68F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE68F4; }

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

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

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

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

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

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

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

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