#de6fec

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

Shades of Heliotrope #DE6FEC

Tints of Heliotrope #DE6FEC

Color information

#DE6FEC (or 0xDE6FEC) is unknown color: approx Heliotrope. HEX triplet: DE, 6F and EC. RGB value is (222,111,236). Sum of RGB (Red+Green+Blue) = 222+111+236=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6FEC is #219013. Grayscale: #9E9E9E. Windows color (decimal): -2199572 or 15495134. OLE color: 15495134.

HSL color Cylindrical-coordinate representation of color #DE6FEC: hue angle of 293.28º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6FEC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222111236-
CMYK0.060.5300.07
HSL293.28º76.69%68.04%-
HSV(B)293.28º52.97%92.55%-
XYZ50.9532.9583.03-
YUV158.44171.77173.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 111 (43.75% from 255) = 19.51%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=39.02%
G=19.51%
B=41.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221112360.060.5300.07293.2876.6968.04
HexDE6FEC635071254d44
Octal33615735466507445115104
Binary11011110110111111101100110110101011110010010110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de6fec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de6fec; }

 p { color: rgb(222,111,236); }

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

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

 a { background-color: rgb(222,111,236); }

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

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

 span { border-color: rgb(222,111,236); }

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