#DE80F7

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

Shades of Heliotrope #DE80F7

Tints of Heliotrope #DE80F7

Color information

#DE80F7 (or 0xDE80F7) is unknown color: approx Heliotrope. HEX triplet: DE, 80 and F7. RGB value is (222,128,247). Sum of RGB (Red+Green+Blue) = 222+128+247=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #DE80F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE80F7 is #217F08. Grayscale: #A9A9A9. Windows color (decimal): -2195209 or 16220382. OLE color: 16220382.

HSL color Cylindrical-coordinate representation of color #DE80F7: hue angle of 287.39º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE80F7 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222128247-
CMYK0.100.4800.03
HSL287.39º88.15%73.53%-
HSV(B)287.39º48.18%96.86%-
XYZ54.6337.6892.39-
YUV169.67171.64165.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 128 (50.39% from 255) = 21.44%
BLUE value IS 247 (96.88% from 255) = 41.37%
R=37.19%
G=21.44%
B=41.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221282470.100.4800.03287.3988.1573.53
HexDE80F7A300311f584a
Octal336200367126003437130112
Binary110111101000000011110111101011000001110001111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80F7; }

 p { color: rgb(222,128,247); }

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

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

 a { background-color: rgb(222,128,247); }

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

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

 span { border-color: rgb(222,128,247); }

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