#DE77F9

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

Shades of Heliotrope #DE77F9

Tints of Heliotrope #DE77F9

Color information

#DE77F9 (or 0xDE77F9) is unknown color: approx Heliotrope. HEX triplet: DE, 77 and F9. RGB value is (222,119,249). Sum of RGB (Red+Green+Blue) = 222+119+249=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE77F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77F9 is #218806. Grayscale: #A4A4A4. Windows color (decimal): -2197511 or 16349150. OLE color: 16349150.

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

Color convert

RGB222119249-
CMYK0.110.5200.02
HSL287.54º91.55%72.16%-
HSV(B)287.54º52.21%97.65%-
XYZ53.8235.5693.65-
YUV164.62175.62168.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 119 (46.88% from 255) = 20.17%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=37.63%
G=20.17%
B=42.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221192490.110.5200.02287.5491.5572.16
HexDE77F9B34021205c48
Octal336167371136402440134110
Binary11011110111011111111001101111010001010010000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77F9; }

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

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

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

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

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

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

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

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