#DE77EF

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

Shades of Heliotrope #DE77EF

Tints of Heliotrope #DE77EF

Color information

#DE77EF (or 0xDE77EF) is unknown color: approx Heliotrope. HEX triplet: DE, 77 and EF. RGB value is (222,119,239). Sum of RGB (Red+Green+Blue) = 222+119+239=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77EF is #218810. Grayscale: #A3A3A3. Windows color (decimal): -2197521 or 15693790. OLE color: 15693790.

HSL color Cylindrical-coordinate representation of color #DE77EF: hue angle of 291.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE77EF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222119239-
CMYK0.070.5000.06
HSL291.5º78.95%70.2%-
HSV(B)291.5º50.21%93.73%-
XYZ52.334.9685.65-
YUV163.48170.62169.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 119 (46.88% from 255) = 20.52%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=38.28%
G=20.52%
B=41.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221192390.070.5000.06291.578.9570.2
HexDE77EF732061244f46
Octal33616735776206444117106
Binary11011110111011111101111111110010011010010010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77EF; }

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

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

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

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

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

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

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

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