#DE88F9

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

Shades of Heliotrope #DE88F9

Tints of Heliotrope #DE88F9

Color information

#DE88F9 (or 0xDE88F9) is unknown color: approx Heliotrope. HEX triplet: DE, 88 and F9. RGB value is (222,136,249). Sum of RGB (Red+Green+Blue) = 222+136+249=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE88F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88F9 is #217706. Grayscale: #AEAEAE. Windows color (decimal): -2193159 or 16353502. OLE color: 16353502.

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

Color convert

RGB222136249-
CMYK0.110.4500.02
HSL285.66º90.4%75.49%-
HSV(B)285.66º45.38%97.65%-
XYZ56.0339.9894.39-
YUV174.6169.99161.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 136 (53.52% from 255) = 22.41%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=36.57%
G=22.41%
B=41.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221362490.110.4500.02285.6690.475.49
HexDE88F9B2D0211e5a4b
Octal336210371135502436132113
Binary110111101000100011111001101110110101010001111010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88F9; }

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

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

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

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

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

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

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

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