#DE8DFA

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

Shades of Heliotrope #DE8DFA

Tints of Heliotrope #DE8DFA

Color information

#DE8DFA (or 0xDE8DFA) is unknown color: approx Heliotrope. HEX triplet: DE, 8D and FA. RGB value is (222,141,250). Sum of RGB (Red+Green+Blue) = 222+141+250=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8DFA is #217205. Grayscale: #B1B1B1. Windows color (decimal): -2191878 or 16420318. OLE color: 16420318.

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

Color convert

RGB222141250-
CMYK0.110.4400.02
HSL284.59º91.6%76.67%-
HSV(B)284.59º43.6%98.04%-
XYZ56.941.4895.45-
YUV177.64168.84159.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 141 (55.47% from 255) = 23.00%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=36.22%
G=23.00%
B=40.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221412500.110.4400.02284.5991.676.67
HexDE8DFAB2C0211d5c4d
Octal336215372135402435134115
Binary110111101000110111111010101110110001010001110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8DFA; }

 p { color: rgb(222,141,250); }

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

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

 a { background-color: rgb(222,141,250); }

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

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

 span { border-color: rgb(222,141,250); }

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