#DE91F9

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

Shades of Heliotrope #DE91F9

Tints of Heliotrope #DE91F9

Color information

#DE91F9 (or 0xDE91F9) is unknown color: approx Heliotrope. HEX triplet: DE, 91 and F9. RGB value is (222,145,249). Sum of RGB (Red+Green+Blue) = 222+145+249=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE91F9 is #216E06. Grayscale: #B3B3B3. Windows color (decimal): -2190855 or 16355806. OLE color: 16355806.

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

Color convert

RGB222145249-
CMYK0.110.4200.02
HSL284.42º89.66%77.25%-
HSV(B)284.42º41.77%97.65%-
XYZ57.3542.6294.83-
YUV179.88167.01158.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 145 (57.03% from 255) = 23.54%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=36.04%
G=23.54%
B=40.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221452490.110.4200.02284.4289.6677.25
HexDE91F9B2A0211c5a4d
Octal336221371135202434132115
Binary110111101001000111111001101110101001010001110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91F9; }

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

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

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

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

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

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

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

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