#DE66EE

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

Shades of Heliotrope #DE66EE

Tints of Heliotrope #DE66EE

Color information

#DE66EE (or 0xDE66EE) is unknown color: approx Heliotrope. HEX triplet: DE, 66 and EE. RGB value is (222,102,238). Sum of RGB (Red+Green+Blue) = 222+102+238=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE66EE is #219911. Grayscale: #989898. Windows color (decimal): -2201874 or 15623902. OLE color: 15623902.

HSL color Cylindrical-coordinate representation of color #DE66EE: hue angle of 292.94º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE66EE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222102238-
CMYK0.070.5700.07
HSL292.94º80%66.67%-
HSV(B)292.94º57.14%93.33%-
XYZ50.3131.2184.26-
YUV153.38175.76176.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 102 (40.23% from 255) = 18.15%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=39.50%
G=18.15%
B=42.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221022380.070.5700.07292.948066.67
HexDE66EE739071255043
Octal33614635677107445120103
Binary11011110110011011101110111111001011110010010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE66EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE66EE; }

 p { color: rgb(222,102,238); }

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

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

 a { background-color: rgb(222,102,238); }

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

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

 span { border-color: rgb(222,102,238); }

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