#DE90F7

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

Shades of Heliotrope #DE90F7

Tints of Heliotrope #DE90F7

Color information

#DE90F7 (or 0xDE90F7) is unknown color: approx Heliotrope. HEX triplet: DE, 90 and F7. RGB value is (222,144,247). Sum of RGB (Red+Green+Blue) = 222+144+247=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #DE90F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90F7 is #216F08. Grayscale: #B2B2B2. Windows color (decimal): -2191113 or 16224478. OLE color: 16224478.

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

Color convert

RGB222144247-
CMYK0.100.4200.03
HSL285.44º86.55%76.67%-
HSV(B)285.44º41.7%96.86%-
XYZ56.8942.1993.14-
YUV179.06166.34158.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 144 (56.64% from 255) = 23.49%
BLUE value IS 247 (96.88% from 255) = 40.29%
R=36.22%
G=23.49%
B=40.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221442470.100.4200.03285.4486.5576.67
HexDE90F7A2A0311d574d
Octal336220367125203435127115
Binary110111101001000011110111101010101001110001110110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90F7; }

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

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

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

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

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

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

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

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