#DE78F4

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

Shades of Heliotrope #DE78F4

Tints of Heliotrope #DE78F4

Color information

#DE78F4 (or 0xDE78F4) is unknown color: approx Heliotrope. HEX triplet: DE, 78 and F4. RGB value is (222,120,244). Sum of RGB (Red+Green+Blue) = 222+120+244=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE78F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE78F4 is #21870B. Grayscale: #A4A4A4. Windows color (decimal): -2197260 or 16021726. OLE color: 16021726.

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

Color convert

RGB222120244-
CMYK0.090.5100.04
HSL289.35º84.93%71.37%-
HSV(B)289.35º50.82%95.69%-
XYZ53.1735.4989.64-
YUV164.63172.79168.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 120 (47.27% from 255) = 20.48%
BLUE value IS 244 (95.70% from 255) = 41.64%
R=37.88%
G=20.48%
B=41.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221202440.090.5100.04289.3584.9371.37
HexDE78F4933041215547
Octal336170364116304441125107
Binary110111101111000111101001001110011010010010000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78F4; }

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

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

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

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

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

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

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

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