#DE92F7

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

Shades of Heliotrope #DE92F7

Tints of Heliotrope #DE92F7

Color information

#DE92F7 (or 0xDE92F7) is unknown color: approx Heliotrope. HEX triplet: DE, 92 and F7. RGB value is (222,146,247). Sum of RGB (Red+Green+Blue) = 222+146+247=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #DE92F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE92F7 is #216D08. Grayscale: #B3B3B3. Windows color (decimal): -2190601 or 16224990. OLE color: 16224990.

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

Color convert

RGB222146247-
CMYK0.100.4100.03
HSL285.15º86.32%77.06%-
HSV(B)285.15º40.89%96.86%-
XYZ57.1942.893.24-
YUV180.24165.68157.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 146 (57.42% from 255) = 23.74%
BLUE value IS 247 (96.88% from 255) = 40.16%
R=36.10%
G=23.74%
B=40.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221462470.100.4100.03285.1586.3277.06
HexDE92F7A290311d564d
Octal336222367125103435126115
Binary110111101001001011110111101010100101110001110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE92F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE92F7; }

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

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

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

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

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

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

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

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