#DE88FD

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

Shades of Heliotrope #DE88FD

Tints of Heliotrope #DE88FD

Color information

#DE88FD (or 0xDE88FD) is unknown color: approx Heliotrope. HEX triplet: DE, 88 and FD. RGB value is (222,136,253). Sum of RGB (Red+Green+Blue) = 222+136+253=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE88FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88FD is #217702. Grayscale: #AEAEAE. Windows color (decimal): -2193155 or 16615646. OLE color: 16615646.

HSL color Cylindrical-coordinate representation of color #DE88FD: hue angle of 284.1º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE88FD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222136253-
CMYK0.120.4600.01
HSL284.1º96.69%76.27%-
HSV(B)284.1º46.25%99.22%-
XYZ56.6640.2397.71-
YUV175.05171.99161.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 136 (53.52% from 255) = 22.26%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=36.33%
G=22.26%
B=41.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221362530.120.4600.01284.196.6976.27
HexDE88FDC2E0111c614c
Octal336210375145601434141114
Binary11011110100010001111110111001011100110001110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88FD; }

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

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

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

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

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

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

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

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