#DE88FE

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

Shades of Heliotrope #DE88FE

Tints of Heliotrope #DE88FE

Color information

#DE88FE (or 0xDE88FE) is unknown color: approx Heliotrope. HEX triplet: DE, 88 and FE. RGB value is (222,136,254). Sum of RGB (Red+Green+Blue) = 222+136+254=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88FE is #217701. Grayscale: #AEAEAE. Windows color (decimal): -2193154 or 16681182. OLE color: 16681182.

HSL color Cylindrical-coordinate representation of color #DE88FE: hue angle of 283.73º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE88FE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222136254-
CMYK0.130.4600.00
HSL283.73º98.33%76.47%-
HSV(B)283.73º46.46%99.61%-
XYZ56.8240.2998.55-
YUV175.17172.49161.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 136 (53.52% from 255) = 22.22%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=36.27%
G=22.22%
B=41.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221362540.130.4600.00283.7398.3376.47
HexDE88FED2E0011c624c
Octal336210376155600434142114
Binary11011110100010001111111011011011100010001110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88FE; }

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

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

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

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

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

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

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

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