#DE88F4

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

Shades of Heliotrope #DE88F4

Tints of Heliotrope #DE88F4

Color information

#DE88F4 (or 0xDE88F4) is unknown color: approx Heliotrope. HEX triplet: DE, 88 and F4. RGB value is (222,136,244). Sum of RGB (Red+Green+Blue) = 222+136+244=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE88F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88F4 is #21770B. Grayscale: #ADADAD. Windows color (decimal): -2193164 or 16025822. OLE color: 16025822.

HSL color Cylindrical-coordinate representation of color #DE88F4: hue angle of 287.78º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE88F4 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222136244-
CMYK0.090.4400.04
HSL287.78º83.08%74.51%-
HSV(B)287.78º44.26%95.69%-
XYZ55.2639.6790.33-
YUV174.03167.49162.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 136 (53.52% from 255) = 22.59%
BLUE value IS 244 (95.70% from 255) = 40.53%
R=36.88%
G=22.59%
B=40.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221362440.090.4400.04287.7883.0874.51
HexDE88F492C04120534b
Octal336210364115404440123113
Binary1101111010001000111101001001101100010010010000010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88F4; }

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

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

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

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

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

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

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

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